Fix some style issues

This commit is contained in:
dt
2011-01-17 14:17:32 +01:00
parent dbf7a1f52d
commit 5bc7652cf6
4 changed files with 4 additions and 4 deletions

View File

@@ -258,7 +258,7 @@ bool Project::fromMap(const QVariantMap &map)
Target *t = 0;
if(target(idFromMap(targetMap))) {
if (target(idFromMap(targetMap))) {
qWarning() << "Duplicated target id found, not restoring second target with id"<<idFromMap(targetMap)<<"(Continuing)";
} else {
foreach (ITargetFactory *factory, factories) {