┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorHolger Freyther <[email protected]>2006-11-29 09:30:41 +0000
committerHolger Freyther <[email protected]>2006-11-29 09:30:41 +0000
commit9a4a17dd4d7f3d195ab4393e057e8eb90b0a3422 (patch)
tree1f6b6146a37e8289e8585f9e738cc3cd571812d6 /src/dolphinmainwindow.h
parent9b9bad8abe16609d400eb25118e86adc5b19e9e4 (diff)
Changes to Undo/Redo in regard to ProgressIndicator
It was not important to know where the operation was executed, it is important where undo/redo was clicked and this solely indicates where the progress should be shown. Now undo/redo get the MainWindow and can pass that to ProgressIndicator. I'm about to revive m_progressIndicator again svn path=/trunk/playground/utils/dolphin/; revision=609020
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 6e9f75b7f..dbe6ed4e0 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -163,6 +163,12 @@ public slots:
/** Updates the state of the 'Edit' menu actions. */
void slotSelectionChanged();
+ /** Executes Redo operation */
+ void slotRedo();
+
+ /** @see slotUndo() */
+ void slotUndo();
+
protected:
/** @see QMainWindow::closeEvent */
virtual void closeEvent(QCloseEvent* event);