┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorStephan Sahm <[email protected]>2022-01-25 17:33:01 +0000
committerMéven Car <[email protected]>2022-01-25 17:33:01 +0000
commitd71b617205ce152dedc5d3a5b5b801697741f8eb (patch)
tree624e6d84dce4c12d732172747160ed68913ddabf /src/dolphinmainwindow.h
parent94262a1c02606279b03e40f2cb3ebc985ff69a08 (diff)
Expose konsolepart shortcuts in Dolphin's shortcuts view
Adapt some changes from Yakuake https://invent.kde.org/utilities/yakuake/-/commit/a0b08cb1f71ef18449bfbf5852c01e323604142f credit to Stephan Sahm @schlichtanders BUG: 428265
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 761766df8..5ada022cb 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -576,6 +576,12 @@ private Q_SLOTS:
* to go to.
*/
void slotGoForward(QAction* action);
+
+ /**
+ * Is called when configuring the keyboard shortcuts
+ */
+ void slotKeyBindings();
+
private:
/**
* Sets up the various menus and actions and connects them.