forked from qt-creator/qt-creator
Remove unused constants, fix lacking virtual destructor
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -37,7 +37,6 @@ namespace QmlProjectManager {
|
||||
namespace Constants {
|
||||
|
||||
const char * const QML_RC_ID = "QmlProjectManager.QmlRunConfiguration";
|
||||
const char * const QML_RC_DISPLAY_NAME = QT_TRANSLATE_NOOP("QmlProjectManager::Internal::QmlRunConfiguration", "QML Viewer");
|
||||
const char * const QML_VIEWER_QT_KEY = "QmlProjectManager.QmlRunConfiguration.QtVersion";
|
||||
const char * const QML_VIEWER_ARGUMENTS_KEY = "QmlProjectManager.QmlRunConfiguration.QDeclarativeViewerArguments";
|
||||
const char * const QML_VIEWER_TARGET_ID = "QmlProjectManager.QmlTarget";
|
||||
|
||||
Reference in New Issue
Block a user