diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-17 00:11:50 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-17 00:11:50 +0200 |
| commit | 03253a724b6fdb3f511510d10c3e62615e305cf2 (patch) | |
| tree | d0fd5cb6471a942dd5e701f9f7a415eccc72b05d /src/browsertab.hpp | |
| parent | bc3bd1d7524dffcf9669ac252db0a79b7484ee80 (diff) | |
| download | kristall-03253a724b6fdb3f511510d10c3e62615e305cf2.tar.gz | |
Introduces cross-host and cross-scheme redirection warnings.
Diffstat (limited to 'src/browsertab.hpp')
| -rw-r--r-- | src/browsertab.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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<T>()); } + + bool startRequest(QUrl const & url); public: Ui::BrowserTab *ui; |
