From b82ecad5462eec767e2e3216e9e96dfebf04f1cc Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Wed, 17 Feb 2021 15:19:47 +1100 Subject: Add basic root/parent navigation options to menu, with shortcuts --- src/mainwindow.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainwindow.hpp') 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(); -- cgit v1.2.3