forked from qt-creator/qt-creator
Compile Qt4ProjectManager with QT_NO_CAST_FROM_ASCII.
Change-Id: If9fd111032975d2a313084f5fedf20561806e268 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -67,7 +67,7 @@ SimulatorQtVersion *SimulatorQtVersion::clone() const
|
||||
|
||||
QString SimulatorQtVersion::type() const
|
||||
{
|
||||
return QtSupport::Constants::SIMULATORQT;
|
||||
return QLatin1String(QtSupport::Constants::SIMULATORQT);
|
||||
}
|
||||
|
||||
QString SimulatorQtVersion::warningReason() const
|
||||
|
||||
Reference in New Issue
Block a user