playernicks for local game enabled
This commit is contained in:
@@ -320,6 +320,7 @@ void mainWindowImpl::refreshButton() {
|
||||
|
||||
void mainWindowImpl::refreshPlayerName() {
|
||||
|
||||
// cout << "refresh" << endl;
|
||||
int i;
|
||||
for (i=1; i<maxQuantityPlayers; i++) { groupBoxArray[i]->setTitle(QString::fromStdString(actualHand->getPlayerArray()[i]->getMyName()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user