Added an "Event" tab with a BiddingRoundControl class in it. No connections of signals and slots yet.
This commit is contained in:
@ -82,6 +82,9 @@ static const QString ITEM_KEY_STRING = "item";
|
||||
/// file naming
|
||||
static const QString ITEMS_FILE_NAME = ITEMS_KEY_STRING + ".json";
|
||||
|
||||
/// server communication
|
||||
enum GetRequestTypes { GetCurrentBiddingRound };
|
||||
|
||||
/// functions
|
||||
static UserRoles GET_ROLE_FOR_COLUMN(const int column) {
|
||||
switch (column) {
|
||||
|
||||
Reference in New Issue
Block a user