Explorar el Código

Try to fix mxe build

nordsoft hace 3 años
padre
commit
33575e5ce2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      launcher/lobby/lobby_moc.h

+ 2 - 2
launcher/lobby/lobby_moc.h

@@ -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;