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/qmakeprojectmanager/qmakeproject.h | |
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/qmakeprojectmanager/qmakeproject.h')
-rw-r--r-- | src/plugins/qmakeprojectmanager/qmakeproject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeproject.h b/src/plugins/qmakeprojectmanager/qmakeproject.h index 15121c2e05..fc3b2b7591 100644 --- a/src/plugins/qmakeprojectmanager/qmakeproject.h +++ b/src/plugins/qmakeprojectmanager/qmakeproject.h @@ -125,7 +125,7 @@ public: bool needsConfiguration() const; - void configureAsExampleProject(const QStringList &platforms); + void configureAsExampleProject(const QSet<Core::Id> &platforms); bool requiresTargetPanel() const; |