┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-09-22 19:39:46 +0000
committerPeter Penz <[email protected]>2010-09-22 19:39:46 +0000
commit5bb2a0f3c9f2d07dcb0739b88e37b203b451ecf3 (patch)
treeaece9722a8fc1d23d0c0ce791d650c5d8a20d3fe /src/dolphinmainwindow.h
parentabefc8663ac5c9dc15ad08408e224b3a3cef3b6f (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/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index d76cf0d5c..667e3c931 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -247,6 +247,9 @@ private slots:
/** Stops the loading process for the current active view. */
void stopLoading();
+ void enableStopAction();
+ void disableStopAction();
+
/**
* Toggles between showing and hiding of the filter bar
*/