fixed delete undo.

This commit is contained in:
2025-09-07 15:46:01 +02:00
parent 50703a4c44
commit 3ac129ef26
11 changed files with 40 additions and 86 deletions

View File

@@ -66,7 +66,7 @@ public:
cmdExtern //??
};
XQCommand(CmdType cmdType, XQViewModel* modelView );
XQCommand(CmdType cmdType, XQViewModel* viewModel );
virtual ~XQCommand();
CmdType commandType() const;