diff options
| author | Peter Penz <[email protected]> | 2010-09-22 19:39:46 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-09-22 19:39:46 +0000 |
| commit | 5bb2a0f3c9f2d07dcb0739b88e37b203b451ecf3 (patch) | |
| tree | aece9722a8fc1d23d0c0ce791d650c5d8a20d3fe /src/views/dolphinview.h | |
| parent | abefc8663ac5c9dc15ad08408e224b3a3cef3b6f (diff) | |
Unbelievable: I simply forgot to implement the Stop-action in Dolphin since KDE SC 4.0. Well better later than never: Done now :-)
BUG: 233836
svn path=/trunk/KDE/kdebase/apps/; revision=1178344
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 6a5d10898..f24bb6be7 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -257,6 +257,8 @@ public: /** Reloads the current directory. */ void reload(); + void stopLoading(); + /** * Refreshes the view to get synchronized with the (updated) Dolphin settings. * This method only needs to get invoked if the view settings for the Icons View, @@ -525,6 +527,12 @@ signals: void startedPathLoading(const KUrl& url); /** + * Is emitted after the path triggered by DolphinView::setUrl() + * has been loaded. + */ + void finishedPathLoading(const KUrl& url); + + /** * Emitted when KDirLister emits redirection. * Testcase: fish://localhost */ |
