forked from qt-creator/qt-creator
Debugger: Client for DeclarativeDebugger
A client for DeclarativeDebugger Service. The service is a backport of QmlDebugger service. Change-Id: I868a286756c2d6bcbb2f41904a13d7f691e9704c Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
@@ -42,8 +42,7 @@ const char STR_IGNORING_DEBUGGER[] = "Ignoring \"-qmljsdebugger=";
|
||||
const char STR_IGNORING_DEBUGGER2[] = "Ignoring\"-qmljsdebugger="; // There is (was?) a bug in one of the error strings - safest to handle both
|
||||
const char STR_CONNECTION_ESTABLISHED[] = "Connection established";
|
||||
|
||||
const char QML_DEBUGGER[] = "QmlDebugger";
|
||||
const float CURRENT_SUPPORTED_VERSION = 2.0;
|
||||
const char QDECLARATIVE_ENGINE[] = "QDeclarativeEngine";
|
||||
|
||||
} // namespace Constants
|
||||
} // namespace QmlDebug
|
||||
|
||||
Reference in New Issue
Block a user