┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-11-20 17:17:35 +0000
committerPeter Penz <[email protected]>2010-11-20 17:17:35 +0000
commit6ec1a1eb364f70d33922a6936f01d981e9e7f620 (patch)
tree73f34eafd4aec55ce3d0e5591f440bb2d6d22e15 /src/dolphinviewcontainer.h
parent111558558437cbe14624b6916371ca7f82467bba (diff)
Allow to cancel the loading of search results.
BUG: 257421 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1199112
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h
index 44f5dd906..a780722ba 100644
--- a/src/dolphinviewcontainer.h
+++ b/src/dolphinviewcontainer.h
@@ -248,6 +248,12 @@ private slots:
void startSearching(const QString& text);
void closeSearchBox();
+ /**
+ * Stops the loading of a directory. Is connected with the "stopPressed" signal
+ * from the statusbar.
+ */
+ void stopLoading();
+
private:
/**
* @return True if the URL protocol is a search URL (e. g. nepomuksearch:// or filenamesearch://).