forked from qt-creator/qt-creator
QmlDebugging: Use -qmljsdebugger command line argument
Adapt to latest changes in qt.git (commit a9e5329168c) Reviewed-by: kkoehne
This commit is contained in:
committed by
Kai Koehne
parent
4d0176cd74
commit
b580a0c357
@@ -53,9 +53,6 @@ const char * const QML_WIZARD_TR_SCOPE = "QmlProjectManager";
|
||||
const char * const QML_WIZARD_TR_CATEGORY = QT_TRANSLATE_NOOP("QmlProjectManager", "Qt Quick Project");
|
||||
const char * const QML_WIZARD_ICON = ":/qmlproject/images/qml_wizard.png";
|
||||
|
||||
// Env variables for inspector
|
||||
const char * const E_QML_DEBUG_SERVER_PORT = "QML_DEBUG_SERVER_PORT";
|
||||
|
||||
} // namespace Constants
|
||||
} // namespace QmlProjectManager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user