┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-10 18:27:32 +0000
committerPeter Penz <[email protected]>2007-05-10 18:27:32 +0000
commit6ab84fbd6129422dfa59c095087c7ceb1a9e1e50 (patch)
tree09c72fe1ac08c21fc8b1701ac742cc8abbb9f162 /src/dolphinview.h
parenta333c0d7446e38c3ec93f41c6761a64dbf6f6b0d (diff)
don't lose the history of the URL navigator if the settings of the Icons View, Details View or Columns View have been changed
svn path=/trunk/KDE/kdebase/apps/; revision=663282
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h7
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.