From 55e4bf4197d5992d05296bff3bb339da17ed0a39 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Thu, 4 Jun 2020 23:15:27 +0200 Subject: Removes the need for qt web engine, replaces the web renderer with the waaaay faster rich text rendering engine. --- browsertab.hpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'browsertab.hpp') diff --git a/browsertab.hpp b/browsertab.hpp index ddaf1b4..79bf9c8 100644 --- a/browsertab.hpp +++ b/browsertab.hpp @@ -5,7 +5,6 @@ #include #include "geminiclient.hpp" -#include "geminiwebpage.hpp" #include "documentoutlinemodel.hpp" namespace Ui { @@ -64,6 +63,14 @@ private slots: void on_fav_button_clicked(); + void on_textBrowser_anchorClicked(const QUrl &arg1); + + void on_textBrowser_backwardAvailable(bool arg1); + + void on_textBrowser_forwardAvailable(bool arg1); + + void on_textBrowser_highlighted(const QUrl &arg1); + private: void setErrorMessage(QString const & msg); @@ -83,8 +90,6 @@ public: QVector navigation_history; - GeminiWebPage page; - bool successfully_loaded = false; DocumentOutlineModel outline; -- cgit v1.2.3