Online account can now be created from the EditItemDialog. The response isn't processed properly yet.
This commit is contained in:
@ -49,12 +49,17 @@ class GenericCore : public QObject {
|
||||
public slots:
|
||||
void onBiddingsChanged(int round, QList<bidding> biddings);
|
||||
|
||||
void onCreateOnlineAccountTriggered(const QString& mailAddress);
|
||||
// void onOnlineUserCreatedReceived(const QJsonDocument& jsonDoc);
|
||||
// void onOnlineUserExistedReceived(const QJsonDocument jsonDoc);
|
||||
|
||||
signals:
|
||||
void displayStatusMessage(QString message);
|
||||
|
||||
/// *** server communication ***
|
||||
/// request signals
|
||||
void sendGetRequest(GetRequestTypes type, QVariant data = QVariant());
|
||||
void sendPostRequest(PostRequestTypes type, QVariant data = QVariant());
|
||||
/// response signals
|
||||
void currentBiddingRoundChanged(int round, bool isRunning);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user