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:
@@ -3244,7 +3244,7 @@ void DebuggerPluginPrivate::testProjectLoaded(Project *project)
|
||||
}
|
||||
m_testProject = project;
|
||||
connect(project, SIGNAL(proFilesEvaluated()), SLOT(testProjectEvaluated()));
|
||||
project->configureAsExampleProject(QStringList());
|
||||
project->configureAsExampleProject({ });
|
||||
}
|
||||
|
||||
void DebuggerPluginPrivate::testProjectEvaluated()
|
||||
|
||||
Reference in New Issue
Block a user