summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/embeddedlinuxqtversion.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/remotelinux/embeddedlinuxqtversion.h
parentd323d595b770e721ec69010b0a6bf9465b84e1ac (diff)
downloadqt-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/remotelinux/embeddedlinuxqtversion.h')
-rw-r--r--src/plugins/remotelinux/embeddedlinuxqtversion.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/embeddedlinuxqtversion.h b/src/plugins/remotelinux/embeddedlinuxqtversion.h
index c1975f6c15..991ced1589 100644
--- a/src/plugins/remotelinux/embeddedlinuxqtversion.h
+++ b/src/plugins/remotelinux/embeddedlinuxqtversion.h
@@ -51,8 +51,6 @@ public:
QString description() const;
QSet<Core::Id> targetDeviceTypes() const;
- QString platformName() const;
- QString platformDisplayName() const;
};
} // namespace Internal