┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2012-10-29 20:54:53 +0100
committerEmmanuel Pescosta <[email protected]>2012-10-29 20:54:53 +0100
commitc503452d56003ddb05e3266865abf02b04e0b785 (patch)
tree3feddcbb1e71b84b4d73767c853f82e5676b989e /src/views/dolphinview.h
parent726cd768c9dbae4f560535129ef8da5a9a72d050 (diff)
Fix Bug 153984 - Clicking cancel on the authentication dialog for fish/sftp/ftp kioslave gets dolphin stuck on "Loading folder"
BUG: 153984 REVIEW: 107116
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index 7d8e8b76a..1feaf0f11 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -484,6 +484,12 @@ signals:
void directoryLoadingCompleted();
/**
+ * Is emitted after the directory loading triggered by DolphinView::setUrl()
+ * has been canceled.
+ */
+ void directoryLoadingCanceled();
+
+ /**
* Is emitted after DolphinView::setUrl() has been invoked and provides
* the information how much percent of the current directory have been loaded.
*/