aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
authorMike Skec <skec@protonmail.ch>2021-01-02 19:19:37 +1100
committerFelix Queißner <felix@ib-queissner.de>2021-01-02 12:41:49 +0100
commit40cf7edd21fadb77342e99b1bb6b7c87785bafa1 (patch)
tree73675c042b4da725ff20119c86c8b00fb956c864 /src/mainwindow.hpp
parent90e20d2c047ae1d9527e15267e62dbc8349e7bb3 (diff)
downloadkristall-40cf7edd21fadb77342e99b1bb6b7c87785bafa1.tar.gz
favourites: implement #77, and add rename context menus
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index 49e2c84..e02ecfd 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -83,6 +83,8 @@ 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();