aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtkitinformation.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-27 16:14:14 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-12-02 14:49:29 +0000
commit71b4ce6673f025e9b982c09d2e2b3f38b74d8345 (patch)
tree0a655a8acc15e6765bd0fa125fabcfa581e230be /src/plugins/qtsupport/qtkitinformation.h
parentd323d595b770e721ec69010b0a6bf9465b84e1ac (diff)
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/qtsupport/qtkitinformation.h')
-rw-r--r--src/plugins/qtsupport/qtkitinformation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/qtsupport/qtkitinformation.h b/src/plugins/qtsupport/qtkitinformation.h
index bb5b8eddc97..62e02980f47 100644
--- a/src/plugins/qtsupport/qtkitinformation.h
+++ b/src/plugins/qtsupport/qtkitinformation.h
@@ -74,8 +74,7 @@ public:
const QtVersionNumber &min = QtVersionNumber(0, 0, 0),
const QtVersionNumber &max = QtVersionNumber(INT_MAX, INT_MAX, INT_MAX));
- QSet<Core::Id> availablePlatforms(const ProjectExplorer::Kit *k) const;
- QString displayNameForPlatform(const ProjectExplorer::Kit *k, Core::Id platform) const;
+ QSet<Core::Id> supportedPlatforms(const ProjectExplorer::Kit *k) const;
QSet<Core::Id> availableFeatures(const ProjectExplorer::Kit *k) const;
private slots: