aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2021-03-06 15:32:18 +0100
committerFelix (xq) Queißner <git@mq32.de>2021-03-06 15:32:18 +0100
commit432563d958d001b88fd97cc38f93e592cb21fc0e (patch)
tree725ce1a2889500885bddcecfd6f7e0d30fc1329c /src/mainwindow.hpp
parent9457e720f24d8365ed6a1e82b016078b0bc17eb6 (diff)
downloadkristall-432563d958d001b88fd97cc38f93e592cb21fc0e.tar.gz
Closes #190
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);