next steps votekick gui implementation
This commit is contained in:
@@ -120,6 +120,7 @@ signals:
|
||||
void signalNextRoundCleanGui();
|
||||
|
||||
void signalStartVoteOnKick(int playerId, int timeoutSec);
|
||||
void signalChangeVoteOnKickButtonsState(bool showHide);
|
||||
void signalEndVoteOnKick();
|
||||
|
||||
public slots:
|
||||
@@ -282,6 +283,7 @@ public slots:
|
||||
void closeGameTable();
|
||||
|
||||
void startVoteOnKick(int playerId, int timeoutSec);
|
||||
void changeVoteOnKickButtonsState(bool showHide);
|
||||
void endVoteOnKick();
|
||||
void voteOnKickYes();
|
||||
void voteOnKickNo();
|
||||
|
||||
Reference in New Issue
Block a user