Routing the received biddings to the model. Just debug outputs there yet.
This commit is contained in:
@ -47,7 +47,7 @@ class GenericCore : public QObject {
|
||||
bool isSyncServerSetup() const;
|
||||
|
||||
public slots:
|
||||
void onBiddingsChanged(int round, QList<bidding> biddings);
|
||||
void onBiddingsChanged(const QList<bidding> biddings);
|
||||
|
||||
void onCreateOnlineAccountTriggered(const QString& mailAddress);
|
||||
void onOnlineUserAccountReceived(const QString mailAddress,
|
||||
|
||||
Reference in New Issue
Block a user