diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 2c8d444ad..a05fa1227 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -14,6 +14,7 @@ #include "dolphintabwidget.h" #include "selectionmode/bottombar.h" #include <KActionMenu> +#include <KConfigWatcher> #include <KFileItemActions> #include <kio/fileundomanager.h> #include <kxmlguiwindow.h> @@ -694,6 +695,11 @@ private: */ void setupDockWidgets(); + /** + * Initializes or re-initializes the KFileItemActions instance. + */ + void setupFileItemActions(); + void updateFileAndEditActions(); void updateViewActions(); void updateGoActions(); @@ -790,7 +796,8 @@ private: DiskSpaceUsageMenu *m_diskSpaceUsageMenu; QMenu m_searchTools; - KFileItemActions m_fileItemActions; + KConfigWatcher::Ptr m_serviceMenuConfigWatcher; + KFileItemActions *m_fileItemActions = nullptr; QTimer *m_sessionSaveTimer; QFutureWatcher<void> *m_sessionSaveWatcher; |
