┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index d1c5b3c7f..04e343d95 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -143,10 +143,19 @@ private Q_SLOTS:
/**
* Informs the host that we are opening \a url (e.g. after a redirection).
+ * ########### not sure this is still called... seems not.
*/
void slotUrlChanged(const KUrl& url);
/**
+ * Informs the host that we are opening \a url (e.g. after a redirection
+ * coming from KDirLister).
+ * Testcase 1: fish://localhost
+ * Testcase 2: showing a directory that is being renamed by another window (#180156)
+ */
+ void slotRedirection(const KUrl& oldUrl, const KUrl& newUrl);
+
+ /**
* Updates the state of the 'Edit' menu actions and emits
* the signal selectionChanged().
*/