From 60bd873e9f42d22f2d4dae8d1ed43ebbc23c600f Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 30 Jan 2012 16:36:40 +0100 Subject: Synchronize view-mode settings before the settings dialog gets opened BUG: 292698 FIXED-IN: 4.8.1 --- src/views/dolphinview.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/views/dolphinview.h') 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 -- cgit v1.3