diff options
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 |
