diff options
| author | Stephan Sahm <[email protected]> | 2022-01-25 17:33:01 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2022-01-25 17:33:01 +0000 |
| commit | d71b617205ce152dedc5d3a5b5b801697741f8eb (patch) | |
| tree | 624e6d84dce4c12d732172747160ed68913ddabf /src/dolphinmainwindow.h | |
| parent | 94262a1c02606279b03e40f2cb3ebc985ff69a08 (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.h | 6 |
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. |
