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/gopherclient.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gopherclient.hpp') diff --git a/src/gopherclient.hpp b/src/gopherclient.hpp index f750d7b..888ebd8 100644 --- a/src/gopherclient.hpp +++ b/src/gopherclient.hpp @@ -17,7 +17,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