From 6ec1a1eb364f70d33922a6936f01d981e9e7f620 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 20 Nov 2010 17:17:35 +0000 Subject: Allow to cancel the loading of search results. BUG: 257421 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1199112 --- src/dolphinviewcontainer.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinviewcontainer.h') 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://). -- cgit v1.3