┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-01-31 22:14:46 +0000
committerPeter Penz <[email protected]>2007-01-31 22:14:46 +0000
commitc8b837a47b6ea4d6d84f0c72eb67502fe6cc6d78 (patch)
tree92fbde95dd7bf24939a8792fe037ecfffed291e9 /src/dolphinmainwindow.h
parentcd3df82730865636c92c5bb9f38a0490c0deffaa (diff)
clear the status bar when doing an undo operation
svn path=/trunk/playground/utils/dolphin/; revision=628910
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 2d11480a9..bc285a4db 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -171,6 +171,9 @@ private slots:
/** Sets the text of the 'Undo' menu action to \a text. */
void slotUndoTextChanged(const QString& text);
+ /** Performs the current undo operation. */
+ void undo();
+
/**
* Copies all selected items to the clipboard and marks
* the items as cutted.