Fix qbittorrent-nox compilation errors

Silent a compilation warning in qbtsession when using libtorrent v0.14.x
This commit is contained in:
Christophe Dumez
2010-11-18 18:36:45 +00:00
parent a58d5c0f32
commit 299b0f90bc
3 changed files with 14 additions and 2 deletions

View File

@@ -58,7 +58,9 @@ public:
protected:
QString errorCodeToString(QNetworkReply::NetworkError status);
void applyProxySettings();
#ifndef DISABLE_GUI
void loadCookies(const QString &host_name, QString url);
#endif
protected slots:
void processDlFinished(QNetworkReply* reply);