changeset 14761 | 7b2bd37d7503 |
parent 14698 | 93429d8f6b3f |
child 14982 | 575dbd7b5f43 |
--- a/QTfrontend/gameuiconfig.h Tue Apr 02 00:13:25 2019 +0200 +++ b/QTfrontend/gameuiconfig.h Tue Apr 02 01:03:39 2019 +0200 @@ -54,6 +54,7 @@ quint8 volume(); quint8 timerInterval(); QString netNick(); + QString getRandomNick(); QByteArray netPasswordHash(); int netPasswordLength(); void clearPasswordHash(); @@ -104,6 +105,8 @@ QList<BindAction> m_binds; void applyProxySettings(); + + QString cachedRandomNick; }; #endif