summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/httpget.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/base/httpget.h')
-rw-r--r--rbutil/rbutilqt/base/httpget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/base/httpget.h b/rbutil/rbutilqt/base/httpget.h
index 8c62157e5f..0bd3d284ac 100644
--- a/rbutil/rbutilqt/base/httpget.h
+++ b/rbutil/rbutilqt/base/httpget.h
@@ -34,7 +34,7 @@ class HttpGet : public QObject
34 public: 34 public:
35 HttpGet(QObject *parent = 0); 35 HttpGet(QObject *parent = 0);
36 36
37 bool getFile(const QUrl &url); 37 void getFile(const QUrl &url);
38 void setProxy(const QUrl &url); 38 void setProxy(const QUrl &url);
39 void setProxy(bool); 39 void setProxy(bool);
40 QString errorString(void); 40 QString errorString(void);