Fetching current biddings from server menu. No extracting biddings from the response and merging into the model yet.
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#include <QObject>
|
||||
|
||||
#include "model/metadata.h"
|
||||
#include "structs.h"
|
||||
|
||||
class QUndoStack;
|
||||
class QAbstractItemModel;
|
||||
@ -40,13 +41,7 @@ class GenericCore : public QObject {
|
||||
bool isSyncServerSetup() const;
|
||||
|
||||
public slots:
|
||||
void onSendItemTriggered(const QByteArray& jsonData);
|
||||
void onItemsFetched(const QByteArray jsonData);
|
||||
void onItemsFetchFailure(const QString errorString);
|
||||
void onPostRequestSuccessful(const QByteArray responseData);
|
||||
void onPostRequestFailure(const QString errorString);
|
||||
void onDeleteRequestSuccessful(const QByteArray responseData);
|
||||
void onDeleteRequestFailure(const QString errorString);
|
||||
void onBiddingsChanged(int round, QList<bidding> biddings);
|
||||
|
||||
signals:
|
||||
void displayStatusMessage(QString message);
|
||||
|
||||
Reference in New Issue
Block a user