Merging received bidding into the model.

This commit is contained in:
2026-02-19 13:10:55 +01:00
parent 440333b589
commit d381e1ab8c
3 changed files with 41 additions and 11 deletions

View File

@ -4,7 +4,7 @@
#include <QUuid>
struct bidding {
QUuid userId;
QString userId;
int biddingRound;
int amount;
QString depotWishOne;