forked from qt-creator/qt-creator
Qt4PM: Compile with QT_NO_CAST_FROM_ASCII
Change-Id: Id6c19c0a2a982e7a9b11d7ef0740c0258dbdc7b7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
73d60a5813
commit
346a2557aa
@@ -137,7 +137,7 @@ void Qt4ProjectManagerPlugin::testQmakeOutputParsers_data()
|
||||
<< (QList<ProjectExplorer::Task>()
|
||||
<< Task(Task::Error,
|
||||
QLatin1String("Parse Error ('sth odd')"),
|
||||
Utils::FileName::fromUserInput("e:\\project.pro"),
|
||||
Utils::FileName::fromUserInput(QLatin1String("e:\\project.pro")),
|
||||
14,
|
||||
categoryBuildSystem))
|
||||
<< QString();
|
||||
@@ -160,7 +160,7 @@ void Qt4ProjectManagerPlugin::testQmakeOutputParsers_data()
|
||||
<< (QList<ProjectExplorer::Task>()
|
||||
<< Task(Task::Warning,
|
||||
QLatin1String("Unescaped backslashes are deprecated."),
|
||||
Utils::FileName::fromUserInput("e:\\NokiaQtSDK\\Simulator\\Qt\\msvc2008\\lib\\qtmaind.prl"), 1,
|
||||
Utils::FileName::fromUserInput(QLatin1String("e:\\NokiaQtSDK\\Simulator\\Qt\\msvc2008\\lib\\qtmaind.prl")), 1,
|
||||
categoryBuildSystem))
|
||||
<< QString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user