diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 12:20:31 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 12:20:31 +0200 |
| commit | 25fcf4a129545cdcdceb87ca8deaeabaf2239e03 (patch) | |
| tree | f8e9363779cb7b0c8510fd1c09df3db61a8abdeb /src/mainwindow.hpp | |
| parent | 67af296c10de639c6d2391ae4608ec5c307549d2 (diff) | |
| download | kristall-25fcf4a129545cdcdceb87ca8deaeabaf2239e03.tar.gz | |
Adds changelog, utility menus, and support for file://
Diffstat (limited to 'src/mainwindow.hpp')
| -rw-r--r-- | src/mainwindow.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index fb1d282..9a460a8 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -67,6 +67,12 @@ private slots: void on_actionAbout_Qt_triggered(); + void on_actionSave_as_triggered(); + + void on_actionGo_to_home_triggered(); + + void on_actionAdd_to_favourites_triggered(); + private: void reloadTheme(); |
