From 03253a724b6fdb3f511510d10c3e62615e305cf2 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Wed, 17 Jun 2020 00:11:50 +0200 Subject: Introduces cross-host and cross-scheme redirection warnings. --- src/browsertab.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/browsertab.hpp') diff --git a/src/browsertab.hpp b/src/browsertab.hpp index 402b21a..2cd6d4b 100644 --- a/src/browsertab.hpp +++ b/src/browsertab.hpp @@ -108,6 +108,8 @@ private: void addProtocolHandler() { this->addProtocolHandler(std::make_unique()); } + + bool startRequest(QUrl const & url); public: Ui::BrowserTab *ui; -- cgit v1.2.3