diff options
| author | Peter Penz <[email protected]> | 2012-01-30 16:36:40 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-01-30 16:38:11 +0100 |
| commit | 60bd873e9f42d22f2d4dae8d1ed43ebbc23c600f (patch) | |
| tree | 74355713af87d639b498292b712088b96ce1c272 /src/views/dolphinview.h | |
| parent | 670655f448b25a53f075ed1e61e64ab85deaee12 (diff) | |
Synchronize view-mode settings before the settings dialog gets opened
BUG: 292698
FIXED-IN: 4.8.1
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 197a41046..56ebbe402 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -265,11 +265,15 @@ public: void stopLoading(); /** - * Refreshes the view to get synchronized with the (updated) Dolphin settings. - * This method only needs to get invoked if the view settings for the Icons View, - * Details View or Columns View have been changed. + * Refreshes the view to get synchronized with the settings (e.g. icons size, + * font, ...). */ - void refresh(); + void readSettings(); + + /** + * Saves the current settings (e.g. icons size, font, ..). + */ + void writeSettings(); /** * Filters the currently shown items by \a nameFilter. All items |
