forked from qt-creator/qt-creator
BuildStepList: Report list name when failing to restore a step
Change-Id: Ib0b3148229ddfeafb3e83fe677d82ec852352f45 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -158,7 +158,7 @@ bool BuildStepList::fromMap(const QVariantMap &map)
|
|||||||
}
|
}
|
||||||
IBuildStepFactory *factory = findRestoreFactory(this, bsData);
|
IBuildStepFactory *factory = findRestoreFactory(this, bsData);
|
||||||
if (!factory) {
|
if (!factory) {
|
||||||
qWarning() << "No factory for step" << i << "found (continuing).";
|
qWarning() << "No factory for step" << i << "in list" << displayName() << "found (continuing).";
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
BuildStep *bs(factory->restore(this, bsData));
|
BuildStep *bs(factory->restore(this, bsData));
|
||||||
|
|||||||
Reference in New Issue
Block a user