aboutsummaryrefslogtreecommitdiff
path: root/src/webclient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webclient.hpp')
-rw-r--r--src/webclient.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webclient.hpp b/src/webclient.hpp
index 55439b9..53e7fad 100644
--- a/src/webclient.hpp
+++ b/src/webclient.hpp
@@ -18,7 +18,7 @@ public:
bool supportsScheme(QString const & scheme) const override;
- bool startRequest(QUrl const & url) override;
+ bool startRequest(QUrl const & url, RequestOptions options) override;
bool isInProgress() const override;
@@ -35,6 +35,7 @@ private:
QNetworkReply * current_reply;
QByteArray body;
+ RequestOptions options;
};
#endif // WEBCLIENT_HPP