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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/base/httpget.h b/rbutil/rbutilqt/base/httpget.h
index 4bf1987998..8dcf427de4 100644
--- a/rbutil/rbutilqt/base/httpget.h
+++ b/rbutil/rbutilqt/base/httpget.h
@@ -91,6 +91,7 @@ class HttpGet : public QObject
91 QString m_cachefile; // cached filename 91 QString m_cachefile; // cached filename
92 bool m_cached; 92 bool m_cached;
93 QUrl m_proxy; 93 QUrl m_proxy;
94 bool m_useproxy;
94 QDateTime m_serverTimestamp; //< timestamp of file on server 95 QDateTime m_serverTimestamp; //< timestamp of file on server
95 QString m_query; //< constructed query to pass http getter 96 QString m_query; //< constructed query to pass http getter
96 QString m_path; //< constructed path to pass http getter 97 QString m_path; //< constructed path to pass http getter