summaryrefslogtreecommitdiffstats
path: root/examples/tools/undoframework/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/undoframework/commands.h')
-rw-r--r--examples/tools/undoframework/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tools/undoframework/commands.h b/examples/tools/undoframework/commands.h
index ba27e2d51c..a4e4ab9549 100644
--- a/examples/tools/undoframework/commands.h
+++ b/examples/tools/undoframework/commands.h
@@ -87,6 +87,7 @@ class AddCommand : public QUndoCommand
public:
AddCommand(DiagramItem::DiagramType addType, QGraphicsScene *graphicsScene,
QUndoCommand *parent = 0);
+ ~AddCommand();
void undo();
void redo();