diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 46bee5bd0..5c7fb5c2c 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -434,6 +434,12 @@ private: */ QString renameIndexPresentation(int index, int itemCount) const; + /** + * Applies the current view mode m_mode to the + * view implementation. + */ + void applyModeToView(); + bool m_refreshing; bool m_showProgress; Mode m_mode; |
