┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panels/panel.h')
-rw-r--r--src/panels/panel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/panels/panel.h b/src/panels/panel.h
index 5f1fabb4a..23136a4b9 100644
--- a/src/panels/panel.h
+++ b/src/panels/panel.h
@@ -46,6 +46,12 @@ public Q_SLOTS:
void setUrl(const QUrl &url);
/**
+ * This is invoked whenever the folder being displayed in the
+ * active Dolphin view is refreshed.
+ */
+ void refreshUrl(const QUrl &url);
+
+ /**
* Refreshes the view to get synchronized with the settings.
*/
virtual void readSettings();