diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-11-27 16:14:14 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-12-02 14:49:29 +0000 |
commit | 71b4ce6673f025e9b982c09d2e2b3f38b74d8345 (patch) | |
tree | 0a655a8acc15e6765bd0fa125fabcfa581e230be /src/plugins/cpptools/cpptoolstestcase.cpp | |
parent | d323d595b770e721ec69010b0a6bf9465b84e1ac (diff) | |
download | qt-creator-71b4ce6673f025e9b982c09d2e2b3f38b74d8345.tar.gz |
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>
Diffstat (limited to 'src/plugins/cpptools/cpptoolstestcase.cpp')
-rw-r--r-- | src/plugins/cpptools/cpptoolstestcase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cpptoolstestcase.cpp b/src/plugins/cpptools/cpptoolstestcase.cpp index b54d6c4ace..62cce7d854 100644 --- a/src/plugins/cpptools/cpptoolstestcase.cpp +++ b/src/plugins/cpptools/cpptoolstestcase.cpp @@ -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); |