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:
@@ -90,16 +90,6 @@ QSet<Core::Id> QnxQtVersion::targetDeviceTypes() const
|
||||
return { Constants::QNX_QNX_OS_TYPE };
|
||||
}
|
||||
|
||||
QString QnxQtVersion::platformName() const
|
||||
{
|
||||
return QString::fromLatin1(Constants::QNX_QNX_PLATFORM_NAME);
|
||||
}
|
||||
|
||||
QString QnxQtVersion::platformDisplayName() const
|
||||
{
|
||||
return QCoreApplication::translate("Qnx::Internal::QnxQtVersion", "QNX");
|
||||
}
|
||||
|
||||
QString QnxQtVersion::qnxHost() const
|
||||
{
|
||||
if (!m_environmentUpToDate)
|
||||
|
||||
Reference in New Issue
Block a user