From 6a5198d23412a6d11f78cdef71850e578ca6f8c0 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Fri, 19 Jun 2020 10:37:20 +0200 Subject: Allows user to skip over invalid TLS connections and fetch the content anyways. --- src/filehandler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filehandler.hpp') diff --git a/src/filehandler.hpp b/src/filehandler.hpp index f7bbfff..55ac248 100644 --- a/src/filehandler.hpp +++ b/src/filehandler.hpp @@ -13,7 +13,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; -- cgit v1.2.3