Fetching current biddings from server menu. No extracting biddings from the response and merging into the model yet.
This commit is contained in:
14
libs/BeetRoundCore/structs.h
Normal file
14
libs/BeetRoundCore/structs.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef STRUCTS_H
|
||||
#define STRUCTS_H
|
||||
|
||||
#include <QUuid>
|
||||
|
||||
struct bidding {
|
||||
QUuid userId;
|
||||
int biddingRound;
|
||||
int amount;
|
||||
QString depotWishOne;
|
||||
QString depotWishTwo;
|
||||
};
|
||||
|
||||
#endif // STRUCTS_H
|
||||
Reference in New Issue
Block a user