Fixing compiler warning.
This commit is contained in:
@@ -630,8 +630,7 @@ void gameLobbyDialogImpl::refreshGameStats()
|
|||||||
|
|
||||||
void gameLobbyDialogImpl::refreshPlayerStats()
|
void gameLobbyDialogImpl::refreshPlayerStats()
|
||||||
{
|
{
|
||||||
|
//ServerStats stats = mySession->getClientStats();
|
||||||
ServerStats stats = mySession->getClientStats();
|
|
||||||
label_connectedPlayersCounter->setText(tr("connected players: %1").arg(myNickListModel->rowCount()));
|
label_connectedPlayersCounter->setText(tr("connected players: %1").arg(myNickListModel->rowCount()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user