Bidding round control communicating with the server.
This commit is contained in:
@ -23,6 +23,9 @@ class BiddingRoundControl : public QWidget {
|
||||
public slots:
|
||||
/// button slots
|
||||
void onRefreshCurrentRoundTriggered();
|
||||
void onStartNewRoundTriggered();
|
||||
void onRestartLastRoundTriggered();
|
||||
void onStopCurrentRoundTriggered();
|
||||
|
||||
/// event slots
|
||||
void onCurrentBiddingRoundChanged(int roundNumber, bool isActive);
|
||||
|
||||
Reference in New Issue
Block a user