Explorar o código

string conv ;)

Mihawk %!s(int64=9) %!d(string=hai) anos
pai
achega
ac9050fc94
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Client.cpp

+ 1 - 1
Client.cpp

@@ -293,7 +293,7 @@ void Client::parsePrintedLine()
 
         int servercount, playercount;
         myApp->activeClientsReplyCounters(&servercount, &playercount, myActiveClient);
-        say("Broadcasting within qw servers only... sent to " + QString(servercount) + " servers reaching " + QString(playercount) + " players." , bestPlayer.name);
+        say("Broadcasting within qw servers only... sent to " + QString::number(servercount) + " servers reaching " + QString::number(playercount) + " players." , bestPlayer.name);
         return;
     }