From 432563d958d001b88fd97cc38f93e592cb21fc0e Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Sat, 6 Mar 2021 15:32:18 +0100 Subject: Closes #190 --- src/mainwindow.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mainwindow.hpp') 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); -- cgit v1.2.3