aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.hpp')
-rw-r--r--mainwindow.hpp5
1 files changed, 4 insertions, 1 deletions
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;