┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2009-09-18 17:14:03 +0000
committerDavid Faure <[email protected]>2009-09-18 17:14:03 +0000
commit4bccabca1bd705f24a35ed1ea31fc6d185c2b442 (patch)
tree8a9f23ea5660e02c5ec1219cf7259015a0a7fa38 /src/dolphinview.h
parent1b160aee92af8bd215f88f524683c7214f497f90 (diff)
Update the controller's url upon redirection, otherwise pasting would paste into the old url. #186947
svn path=/trunk/KDE/kdebase/apps/; revision=1025406
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 57bf5d2f9..b0d78482a 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -694,6 +694,12 @@ private slots:
*/
void restoreSelection();
+ /**
+ * Called when a redirection happens.
+ * Testcase: fish://localhost
+ */
+ void slotRedirection(const KUrl& oldUrl, const KUrl& newUrl);
+
private:
void loadDirectory(const KUrl& url, bool reload = false);