1
0
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:
nordsoft 2022-11-17 04:05:44 +04:00
parent 05e4188908
commit 33575e5ce2

View File

@ -42,12 +42,12 @@ private:
QString username; QString username;
QStringList gameArgs; QStringList gameArgs;
enum AuthStatus enum class AuthStatus
{ {
NONE, OK, ERROR NONE, OK, ERROR
}; };
AuthStatus authentificationStatus = NONE; AuthStatus authentificationStatus = AuthStatus::NONE;
private: private:
QMap<QString, QString> buildModsMap() const; QMap<QString, QString> buildModsMap() const;