diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-01-02 19:19:37 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-01-02 12:41:49 +0100 |
| commit | 40cf7edd21fadb77342e99b1bb6b7c87785bafa1 (patch) | |
| tree | 73675c042b4da725ff20119c86c8b00fb956c864 /src/mainwindow.hpp | |
| parent | 90e20d2c047ae1d9527e15267e62dbc8349e7bb3 (diff) | |
| download | kristall-40cf7edd21fadb77342e99b1bb6b7c87785bafa1.tar.gz | |
favourites: implement #77, and add rename context menus
Diffstat (limited to 'src/mainwindow.hpp')
| -rw-r--r-- | src/mainwindow.hpp | 2 |
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(); |
