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:
Tobias Hunger
2015-11-27 16:14:14 +01:00
parent d323d595b7
commit 71b4ce6673
38 changed files with 55 additions and 223 deletions

View File

@@ -294,7 +294,7 @@ ProjectInfo ProjectOpenerAndCloser::open(const QString &projectFile, bool config
Project *project = result.project();
if (configureAsExampleProject)
project->configureAsExampleProject(QStringList());
project->configureAsExampleProject({ });
if (TestCase::waitUntilCppModelManagerIsAwareOf(project)) {
m_openProjects.append(project);