forked from qt-creator/qt-creator
ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII
Change-Id: I84d9526449b8ca6cdcf8296e353c5d892d5f942d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
5f10acd5c9
commit
e9dae735dc
@@ -782,7 +782,7 @@ bool Target::fromMap(const QVariantMap &map)
|
||||
if (!factory) {
|
||||
Core::Id id = idFromMap(valueMap);
|
||||
qWarning("No factory found to restore deployment configuration of id '%s'!",
|
||||
qPrintable(id.isValid() ? id.toString() : "UNKNOWN"));
|
||||
id.isValid() ? qPrintable(id.toString()) : "UNKNOWN");
|
||||
continue;
|
||||
}
|
||||
DeployConfiguration *dc = factory->restore(this, valueMap);
|
||||
|
||||
Reference in New Issue
Block a user