Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Some Release
-
None
-
Windows
Description
In this function:
bool QtServiceBasePrivate::install(const QString &account, const QString &password);
some strings and chars manipulations are not done using QLatin1String() and QLatin1Char() wrappers, and make the application to not compile when using QT_NO_CAST_FROM_ASCII.