aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
authorMike Skec <skec@protonmail.ch>2021-02-17 15:19:47 +1100
committerFelix Queißner <felix@ib-queissner.de>2021-02-17 09:24:05 +0100
commitb82ecad5462eec767e2e3216e9e96dfebf04f1cc (patch)
treeabb3c9ac713aae70d63d496d27348cade698a260 /src/mainwindow.hpp
parent9bf17318f91b0d5a42c970491d0963178fd23938 (diff)
downloadkristall-b82ecad5462eec767e2e3216e9e96dfebf04f1cc.tar.gz
Add basic root/parent navigation options to menu, with shortcuts
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index 7602ac5..a252daa 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -70,6 +70,10 @@ private slots:
void on_actionBackward_triggered();
+ void on_actionRoot_triggered();
+
+ void on_actionParent_triggered();
+
void on_actionRefresh_triggered();
void on_actionAbout_Qt_triggered();