forked from qt-creator/qt-creator
Profile -> Kit variable renaming
Change-Id: I6cc06684134030bd527d9dcce21ad17938a56927 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
5aef98bb66
commit
4ef2fbd4ce
@@ -187,9 +187,9 @@ bool BuildConfiguration::fromMap(const QVariantMap &map)
|
||||
return ProjectConfiguration::fromMap(map);
|
||||
}
|
||||
|
||||
void BuildConfiguration::handleKitUpdate(ProjectExplorer::Kit *p)
|
||||
void BuildConfiguration::handleKitUpdate(ProjectExplorer::Kit *k)
|
||||
{
|
||||
if (p != target()->kit())
|
||||
if (k != target()->kit())
|
||||
return;
|
||||
emit environmentChanged();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user