mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Lint.
Took 4 minutes
This commit is contained in:
parent
7c7e0a2652
commit
5d564e3b91
2 changed files with 1 additions and 2 deletions
|
|
@ -627,7 +627,7 @@ void TabGame::processPlayerLeave(Player *leavingPlayer)
|
|||
scene->removePlayer(leavingPlayer);
|
||||
}
|
||||
|
||||
Player *TabGame::addPlayer(Player* newPlayer)
|
||||
Player *TabGame::addPlayer(Player *newPlayer)
|
||||
{
|
||||
QString newPlayerName = "@" + newPlayer->getName();
|
||||
addPlayerToAutoCompleteList(newPlayerName);
|
||||
|
|
|
|||
|
|
@ -101,7 +101,6 @@ private:
|
|||
void closeGame();
|
||||
bool leaveGame();
|
||||
|
||||
|
||||
Player *setActivePlayer(int id);
|
||||
void setActivePhase(int phase);
|
||||
void createMenuItems();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue