On sending (posting) item to the server the generated UUID is added to the local item.
This commit is contained in:
@ -26,7 +26,7 @@ class ServerCommunicator : public QObject {
|
||||
|
||||
void itemsFetched(const QByteArray jsonDoc);
|
||||
void itemsFetchFailure(const QString errorString);
|
||||
void postRequestSuccessful(const QString message);
|
||||
void postRequestSuccessful(const QByteArray responseData);
|
||||
void postRequestFailure(const QString errorString);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user