#ifndef STRUCTS_H #define STRUCTS_H #include struct bidding { QUuid userId; int biddingRound; int amount; QString depotWishOne; QString depotWishTwo; }; #endif // STRUCTS_H