forked from qt-creator/qt-creator
Yet another s/profile/kit change
Mostly variable names, one string Change-Id: I9d44cba8ade9266303fe7695b8bc93647710b71d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
6dad4586c6
commit
e834d75b04
@@ -266,7 +266,7 @@ Target *Project::restoreTarget(const QVariantMap &data)
|
||||
|
||||
Kit *k = KitManager::instance()->find(id);
|
||||
if (!k) {
|
||||
qWarning("Warning: No profile '%s' found. Continuing.", qPrintable(id.toString()));
|
||||
qWarning("Warning: No kit '%s' found. Continuing.", qPrintable(id.toString()));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user