diff options
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 6 |
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://). |
