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:
@@ -71,15 +71,5 @@ QSet<Core::Id> EmbeddedLinuxQtVersion::targetDeviceTypes() const
|
||||
return { Constants::GenericLinuxOsType };
|
||||
}
|
||||
|
||||
QString EmbeddedLinuxQtVersion::platformName() const
|
||||
{
|
||||
return QLatin1String(QtSupport::Constants::EMBEDDED_LINUX_PLATFORM);
|
||||
}
|
||||
|
||||
QString EmbeddedLinuxQtVersion::platformDisplayName() const
|
||||
{
|
||||
return QLatin1String(QtSupport::Constants::EMBEDDED_LINUX_PLATFORM_TR);
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace RemoteLinux
|
||||
|
||||
Reference in New Issue
Block a user