On sending (posting) item to the server the generated UUID is added to the local item.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
class TableModel;
|
||||
|
||||
typedef QHash<int, QVariant> ModelItemValues;
|
||||
typedef QMap<int, QVariant> ModelItemValues;
|
||||
|
||||
class RemoveRowsCommand : public QUndoCommand {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user