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/panels/terminal/terminalpanel.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/panels/terminal/terminalpanel.h')
| -rw-r--r-- | src/panels/terminal/terminalpanel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/panels/terminal/terminalpanel.h b/src/panels/terminal/terminalpanel.h index dc6605da6..5a2b0bb83 100644 --- a/src/panels/terminal/terminalpanel.h +++ b/src/panels/terminal/terminalpanel.h @@ -7,12 +7,13 @@ #ifndef TERMINALPANEL_H #define TERMINALPANEL_H -#include "panels/panel.h" #include "kiofuse_interface.h" +#include "panels/panel.h" #include <QQueue> class TerminalInterface; +class KActionCollection; class KMessageWidget; class QVBoxLayout; class QWidget; @@ -47,6 +48,7 @@ public: bool terminalHasFocus() const; bool hasProgramRunning() const; QString runningProgramName() const; + KActionCollection *actionCollection(); public Q_SLOTS: void terminalExited(); |
