aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index a268ec7..c89b865 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -57,8 +57,6 @@ private slots:
void on_browser_tabs_tabCloseRequested(int index);
- void on_history_view_doubleClicked(const QModelIndex &index);
-
void on_outline_view_clicked(const QModelIndex &index);
void on_actionSettings_triggered();
@@ -95,8 +93,6 @@ private slots:
void on_favourites_view_customContextMenuRequested(const QPoint pos);
- void on_favourites_view_doubleClicked(const QModelIndex &index);
-
void on_actionChangelog_triggered();
void on_actionManage_Certificates_triggered();
@@ -107,6 +103,10 @@ private slots:
void on_actionClose_Window_triggered();
+ void on_favourites_view_activated(const QModelIndex &index);
+
+ void on_history_view_activated(const QModelIndex &index);
+
private: // slots
void on_tab_fileLoaded(DocumentStats const & stats);