summaryrefslogtreecommitdiffstats
path: root/commands/command_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands/command_base.h')
-rw-r--r--commands/command_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/command_base.h b/commands/command_base.h
index 9a2f6cf34..59c3cd412 100644
--- a/commands/command_base.h
+++ b/commands/command_base.h
@@ -172,6 +172,8 @@ public:
// If nothing is to be done, the command will be deleted and false is returned.
bool execute(Base *cmd);
+QUndoStack *getUndoStack();
+
} // namespace Command
#endif // COMMAND_BASE_H