Go to the documentation of this file.
16 #ifndef _BRIDGEDOWNLOADER_H
17 #define _BRIDGEDOWNLOADER_H
45 void setProxy(
const QString &host,
int port,
46 const QString &username = QString(),
47 const QString &password = QString());
bool downloadBridges(BridgeDownloadMethod method)
static bool isMethodSupported(BridgeDownloadMethod method)
void sslErrors(QNetworkReply *, const QList< QSslError > &sslErrors)
void bridgeRequestFinished(const QStringList &bridges)
QNetworkAccessManager * _https
void httpsRequestFinished(QNetworkReply *reply)
void cancelBridgeRequest()
void statusChanged(const QString &status)
void setProxy(const QString &host, int port, const QString &username=QString(), const QString &password=QString())
BridgeDownloader(QObject *parent=0)
void downloadProgress(qint64 done, qint64 total)
void bridgeRequestFailed(const QString &error)
DebugMessage error(const QString &fmt)
void startHttpsDownload()
void httpsStateChanged(int state)