diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 667e3c931..4a747ac5a 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -431,6 +431,8 @@ private slots: */ void slotWriteStateChanged(bool isFolderWritable); + void slotSearchModeChanged(bool enabled); + /** * Opens the context menu on the current mouse position. * @item File item context. If item is null, the context menu @@ -543,6 +545,12 @@ private: QPointer<DolphinSettingsDialog> m_settingsDialog; KJob* m_lastHandleUrlStatJob; + + /** + * Set to true, if the filter dock visibility is only temporary set + * to true by enabling the search mode. + */ + bool m_filterDockIsTemporaryVisible; }; inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const |
