diff options
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index b0def14f4..e4a0ffc9b 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -67,6 +67,14 @@ private Q_SLOTS: * @url URL which contains \a item. */ void slotOpenContextMenu(const KFileItem& item, const KUrl& url); + /** + * Emitted when the user requested a change of view mode + */ + void slotViewModeActionTriggered(QAction*); + +private: + void createActions(); + void updateViewActions(); private: DolphinView* m_view; |
