┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-11-24 22:28:49 +0000
committerPeter Penz <[email protected]>2006-11-24 22:28:49 +0000
commitf271d952ec990817420ac618e0161ef8db36d8bf (patch)
treec19994c9bfbd04dc29b273090384d1431995c4c0 /src/dolphinview.h
parent0e3d1576d5d369ce49985eb75df39693336fc354 (diff)
Assure that the grid size for Icons View, Details View and Previews View has some proper default values.
svn path=/trunk/playground/utils/dolphin/; revision=607518
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h6
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;