From bcda97a2e17f6e1366cfe5b03bd0b407d4484255 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Sat, 6 Jun 2020 14:22:53 +0200 Subject: Reworks document rendering: Now generates QTextDocument directly instead of using HTML inbetween. --- mainwindow.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mainwindow.hpp') diff --git a/mainwindow.hpp b/mainwindow.hpp index c55a569..ea2af3e 100644 --- a/mainwindow.hpp +++ b/mainwindow.hpp @@ -20,7 +20,6 @@ public: MainWindow(QWidget *parent = nullptr); ~MainWindow(); - BrowserTab * addEmptyTab(bool focus_new); BrowserTab * addNewTab(bool focus_new, QUrl const & url); @@ -38,6 +37,10 @@ private slots: void on_history_view_doubleClicked(const QModelIndex &index); + void on_tab_titleChanged(QString const & title); + + void on_tab_locationChanged(QUrl const & url); + private: Ui::MainWindow *ui; -- cgit v1.2.3