summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/undoframework/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/undoframework/mainwindow.h')
-rw-r--r--examples/widgets/tools/undoframework/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/tools/undoframework/mainwindow.h b/examples/widgets/tools/undoframework/mainwindow.h
index c635ed0172..5ef1dddf75 100644
--- a/examples/widgets/tools/undoframework/mainwindow.h
+++ b/examples/widgets/tools/undoframework/mainwindow.h
@@ -32,12 +32,12 @@ private slots:
void addBox();
void addTriangle();
void about();
- void itemMenuAboutToShow();
- void itemMenuAboutToHide();
+ void updateActions();
private:
void createActions();
void createMenus();
+ void createToolBars();
void createUndoView();
QAction *deleteAction = nullptr;