Routing the received biddings to the model. Just debug outputs there yet.

This commit is contained in:
2026-02-19 11:18:46 +01:00
parent 21b8de96d8
commit 440333b589
8 changed files with 57 additions and 18 deletions

View File

@ -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,