]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.h
don't lose the history of the URL navigator if the settings of the Icons View, Detail...
[dolphin.git] / src / dolphinview.h
index 9581f6601cb5b6a80c652f97469ff1c6a7140e39..b3b20600216b031182ed37e437d6dc47a27a3b49 100644 (file)
@@ -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.