┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-10-24 19:52:28 +0000
committerPeter Penz <[email protected]>2008-10-24 19:52:28 +0000
commitdc6bd8046f35993cae0f3659fd2420e18d0fe472 (patch)
tree2b7952ef3192a22b3cf31b0185463590d40486fd /src/dolphinviewcontainer.h
parent6f49557ceb76311973a850e421d7e7d29eabf47b (diff)
Assure that no reloading is done if KDirLister emits a redirection, only change the the URL. Thanks to David Faure and Albert Alstals Cid for the detailed analysis!
BUG: 155591 svn path=/trunk/KDE/kdebase/apps/; revision=875554
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h
index 4938835d8..1c6f8a6bc 100644
--- a/src/dolphinviewcontainer.h
+++ b/src/dolphinviewcontainer.h
@@ -212,6 +212,13 @@ private slots:
* above the destination \a destination.
*/
void dropUrls(const KUrl& destination, QDropEvent* event);
+
+ /**
+ * Is invoked when a redirection is done and changes the
+ * URL of the URL navigator to \a newUrl without triggering
+ * a reloading of the directory.
+ */
+ void redirect(const KUrl& oldUrl, const KUrl& newUrl);
private:
bool m_showProgress;