mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -07:00
Changed parameter name to something more meaningful
This commit is contained in:
parent
f88621fd97
commit
dd88476796
3 changed files with 4 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue