diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 9581f6601..b3b206002 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -350,6 +350,13 @@ public: /** Reloads the current directory. */ void reload(); + /** + * Refreshs 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. + */ + void refresh(); + public slots: /** * Popups the filter bar above the status bar if \a show is true. |
