On sending (posting) item to the server the generated UUID is added to the local item.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
#include <QString>
|
||||
|
||||
typedef QHash<int, QVariant> ModelItemValues;
|
||||
typedef QMap<int, QVariant> ModelItemValues;
|
||||
|
||||
namespace rapidcsv {
|
||||
class Document;
|
||||
|
||||
Reference in New Issue
Block a user