┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinitemlistcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-01-30 16:36:40 +0100
committerPeter Penz <[email protected]>2012-01-30 16:38:11 +0100
commit60bd873e9f42d22f2d4dae8d1ed43ebbc23c600f (patch)
tree74355713af87d639b498292b712088b96ce1c272 /src/views/dolphinitemlistcontainer.h
parent670655f448b25a53f075ed1e61e64ab85deaee12 (diff)
Synchronize view-mode settings before the settings dialog gets opened
BUG: 292698 FIXED-IN: 4.8.1
Diffstat (limited to 'src/views/dolphinitemlistcontainer.h')
-rw-r--r--src/views/dolphinitemlistcontainer.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/views/dolphinitemlistcontainer.h b/src/views/dolphinitemlistcontainer.h
index 251552cc8..fa816b48c 100644
--- a/src/views/dolphinitemlistcontainer.h
+++ b/src/views/dolphinitemlistcontainer.h
@@ -64,10 +64,8 @@ public:
void beginTransaction();
void endTransaction();
- /**
- * Refreshs the view by reapplying the (changed) viewmode settings.
- */
- void refresh();
+ void readSettings();
+ void writeSettings();
private:
void updateGridSize();