From dc6bd8046f35993cae0f3659fd2420e18d0fe472 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 24 Oct 2008 19:52:28 +0000 Subject: 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 --- src/dolphinviewcontainer.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/dolphinviewcontainer.h') 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; -- cgit v1.3