forked from qt-creator/qt-creator
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:
@@ -123,13 +123,3 @@ QSet<Core::Id> IosQtVersion::targetDeviceTypes() const
|
||||
{
|
||||
return { Constants::IOS_DEVICE_TYPE };
|
||||
}
|
||||
|
||||
QString IosQtVersion::platformName() const
|
||||
{
|
||||
return QLatin1String(QtSupport::Constants::IOS_PLATFORM);
|
||||
}
|
||||
|
||||
QString IosQtVersion::platformDisplayName() const
|
||||
{
|
||||
return QLatin1String(QtSupport::Constants::IOS_PLATFORM_TR);
|
||||
}
|
||||
|
Reference in New Issue
Block a user