forked from qt-creator/qt-creator
Rename QML Runtime to QML Viewer again in the UI
Latest qt renamed qml executable back to qmlviewer, and also named the executable again QML Viewer instead of Runtime/Launcher.
This commit is contained in:
@@ -45,7 +45,7 @@ QmlProjectTarget::QmlProjectTarget(QmlProject *parent) :
|
||||
{
|
||||
setDisplayName(QApplication::translate("QmlProjectManager::QmlTarget",
|
||||
Constants::QML_VIEWER_TARGET_DISPLAY_NAME,
|
||||
"QML Runtime target display name"));
|
||||
"QML Viewer target display name"));
|
||||
setIcon(qApp->style()->standardIcon(QStyle::SP_ComputerIcon));
|
||||
}
|
||||
|
||||
@@ -75,7 +75,7 @@ bool QmlProjectTarget::fromMap(const QVariantMap &map)
|
||||
|
||||
setDisplayName(QApplication::translate("QmlProjectManager::QmlTarget",
|
||||
Constants::QML_VIEWER_TARGET_DISPLAY_NAME,
|
||||
"QML Runtime target display name"));
|
||||
"QML Viewer target display name"));
|
||||
|
||||
return true;
|
||||
}
|
||||
@@ -101,7 +101,7 @@ QString QmlProjectTargetFactory::displayNameForId(const QString &id) const
|
||||
if (id == QLatin1String(Constants::QML_VIEWER_TARGET_ID))
|
||||
return QCoreApplication::translate("QmlProjectManager::QmlTarget",
|
||||
Constants::QML_VIEWER_TARGET_DISPLAY_NAME,
|
||||
"QML Runtime target display name");
|
||||
"QML Viewer target display name");
|
||||
return QString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user