Changed parameter name to something more meaningful

This commit is contained in:
Fabio Bas 2014-12-27 15:02:20 +01:00
parent f88621fd97
commit dd88476796
3 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ private slots:
void protocolVersionMismatch(int localVersion, int remoteVersion);
void userInfoReceived(const ServerInfo_User &userInfo);
void localGameEnded();
void pixmapCacheSizeChanged(int value);
void pixmapCacheSizeChanged(int newSizeInMBs);
void actConnect();
void actDisconnect();