From 9ee987f8216b412957ffcb46c01bbe268b282746 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Thu, 24 Dec 2020 18:27:04 +1100 Subject: theme changes are now reflected instantly upon confirmation. --- src/browsertab.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/browsertab.hpp') diff --git a/src/browsertab.hpp b/src/browsertab.hpp index 59e4d0c..7ddd843 100644 --- a/src/browsertab.hpp +++ b/src/browsertab.hpp @@ -73,6 +73,10 @@ public: void openSourceView(); + void renderPage(const QByteArray & data, const MimeType & mime); + + void rerenderPage(); + signals: void titleChanged(QString const & title); void locationChanged(QUrl const & url); @@ -183,6 +187,8 @@ public: QTimer network_timeout_timer; QTextCursor current_search_position; + + bool needs_rerender; }; #endif // BROWSERTAB_HPP -- cgit v1.2.3