diff options
| author | Loren Burkholder <[email protected]> | 2023-04-07 10:59:05 -0400 |
|---|---|---|
| committer | Loren Burkholder <[email protected]> | 2024-01-18 23:29:23 +0000 |
| commit | 31fc08fe7ff06d8660624a360a52c7f9af2854a4 (patch) | |
| tree | 9c477131337d165c25e8d384140cf1f2aa5e4bd8 /src/dolphinmainwindow.h | |
| parent | 20dafcb1018ca8690288bbd857f58bcc3e0aa040 (diff) | |
Move popout action into split action dropdown
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 844360aaa..7360fffbf 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -12,6 +12,7 @@ #include "config-dolphin.h" #include "dolphintabwidget.h" #include "selectionmode/bottombar.h" +#include <KActionMenu> #include <KFileItemActions> #include <kio/fileundomanager.h> #include <kxmlguiwindow.h> @@ -735,6 +736,7 @@ private: KToolBarPopupAction *m_backAction; KToolBarPopupAction *m_forwardAction; + KActionMenu *m_splitViewAction; QMenu m_searchTools; KFileItemActions m_fileItemActions; |
