Editing an item is now undo/redo-able.
This commit is contained in:
@ -27,6 +27,7 @@ add_library(${TARGET_APP} STATIC
|
||||
formats/jsonparser.h formats/jsonparser.cpp
|
||||
model/commands/insertrowscommand.h model/commands/insertrowscommand.cpp
|
||||
model/commands/removerowscommand.h model/commands/removerowscommand.cpp
|
||||
model/commands/edititemcommand.h model/commands/edititemcommand.cpp
|
||||
)
|
||||
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
Reference in New Issue
Block a user