#9 TI-1 Add a skeleton undo command

This commit is contained in:
Thomas Lauf 2018-07-15 23:24:21 +02:00
parent 21b4b6242c
commit d8a4b8ff43
4 changed files with 43 additions and 2 deletions

View file

@ -32,6 +32,7 @@ set (commands_SRCS CmdCancel.cpp
CmdTag.cpp
CmdTags.cpp
CmdTrack.cpp
CmdUndo.cpp
CmdUntag.cpp)
add_library (commands STATIC ${commands_SRCS})