forked from qt-creator/qt-creator
Qt: Remove platformName and platformDisplayName methods
Fix fallout of this in KitInformation/Kit/KitManager and the wizards. Change-Id: I5cb88cc381dc04409401909b810940ab6dccf86a Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -616,7 +616,7 @@ bool Project::needsConfiguration() const
|
||||
return false;
|
||||
}
|
||||
|
||||
void Project::configureAsExampleProject(const QStringList &platforms)
|
||||
void Project::configureAsExampleProject(const QSet<Core::Id> &platforms)
|
||||
{
|
||||
Q_UNUSED(platforms);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user