diff options
author | Tim E. Real <termtech@rogers.com> | 2012-09-17 22:29:46 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2012-09-17 22:29:46 +0000 |
commit | edd3eb6d5b73b2868398bef6ae7fbb6fd92c5800 (patch) | |
tree | e2da58edd541ce359fa513a9332d7a37965efef5 /muse2/muse/song.h | |
parent | ef0a06629a9d4652b3a91d85af768e7e5797fe2a (diff) |
Info text on Undo/Redo buttons/menu text/tooltips ("Undo AddTrack" etc).
In cases of multiple items in one operation, the first is shown,
with ", .." ("Undo AddTrack, ..").
Diffstat (limited to 'muse2/muse/song.h')
-rw-r--r-- | muse2/muse/song.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/song.h b/muse2/muse/song.h index 8777fb2c..9a314533 100644 --- a/muse2/muse/song.h +++ b/muse2/muse/song.h @@ -358,6 +358,7 @@ class Song : public QObject { void doRedo3(); void addUndo(UndoOp i); + void setUndoRedoText(); //----------------------------------------- // Configuration |