┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.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/dolphinview.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/dolphinview.h')
-rw-r--r--src/dolphinview.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 6c67f986b..170bc6bf8 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -85,7 +85,8 @@ public:
{
/**
* The directory items are shown as icons including an
- * icon name. */
+ * icon name.
+ */
IconsView = 0,
/**
@@ -525,6 +526,12 @@ signals:
*/
void startedPathLoading(const KUrl& url);
+ /**
+ * Emitted when KDirLister emits redirection.
+ * Testcase: fish://localhost
+ */
+ void redirection(const KUrl& oldUrl, const KUrl& newUrl);
+
protected:
/** @see QWidget::mouseReleaseEvent */
virtual void mouseReleaseEvent(QMouseEvent* event);
@@ -608,12 +615,6 @@ private slots:
void slotDeleteFileFinished(KJob* job);
/**
- * Called when KDirLister emits redirection.
- * Testcase: fish://localhost
- */
- void slotRedirection(const KUrl& oldUrl, const KUrl& newUrl);
-
- /**
* Is emitted if the controller requests a changing of the current
* URL to \a url
*/