diff options
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 a03d566d0..cd9f238aa 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -49,6 +49,7 @@ class KToolBarPopupAction; class QToolButton; class PlacesPanel; class TerminalPanel; +class ServiceMenuShortcutManager; /** Used to identify that a custom command should be triggered on a view background double-click.*/ constexpr QLatin1String customCommand{"CUSTOM_COMMAND"}; @@ -801,6 +802,7 @@ private: QMenu m_searchTools; KConfigWatcher::Ptr m_serviceMenuConfigWatcher; KFileItemActions *m_fileItemActions = nullptr; + ServiceMenuShortcutManager *m_serviceMenuShortcutManager = nullptr; QTimer *m_sessionSaveTimer; QFutureWatcher<void> *m_sessionSaveWatcher; |
