summaryrefslogtreecommitdiffstats
path: root/commands/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands/command.h')
-rw-r--r--commands/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/command.h b/commands/command.h
index 00de1425a..f08249e0d 100644
--- a/commands/command.h
+++ b/commands/command.h
@@ -20,6 +20,7 @@ void setClean(); // Call after save - this marks a state where no changes need
bool isClean(); // Any changes need to be saved?
QAction *undoAction(QObject *parent); // Create an undo action.
QAction *redoAction(QObject *parent); // Create an redo action.
+QString changesMade(); // return a string with the texts from all commands on the undo stack -> for commit message
// 2) Dive-list related commands