mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Try to fix mxe build
This commit is contained in:
parent
05e4188908
commit
33575e5ce2
@ -42,12 +42,12 @@ private:
|
||||
QString username;
|
||||
QStringList gameArgs;
|
||||
|
||||
enum AuthStatus
|
||||
enum class AuthStatus
|
||||
{
|
||||
NONE, OK, ERROR
|
||||
};
|
||||
|
||||
AuthStatus authentificationStatus = NONE;
|
||||
AuthStatus authentificationStatus = AuthStatus::NONE;
|
||||
|
||||
private:
|
||||
QMap<QString, QString> buildModsMap() const;
|
||||
|
Loading…
Reference in New Issue
Block a user