From 9a4a17dd4d7f3d195ab4393e057e8eb90b0a3422 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Wed, 29 Nov 2006 09:30:41 +0000 Subject: 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 --- src/dolphinmainwindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinmainwindow.h') 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); -- cgit v1.3