summaryrefslogtreecommitdiff
path: root/src/libs/qmldebug/qmldebugconstants.h
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@digia.com>2012-09-28 14:40:57 +0200
committerAurindam Jana <aurindam.jana@digia.com>2012-10-01 12:49:59 +0200
commitbb00f59d66a87a63987f93f83db9d36b18be433b (patch)
treee7f7fd5110b7842055c0fc59b55a6d14bde9b0aa /src/libs/qmldebug/qmldebugconstants.h
parentceb9319e4bbbc849ebed8f6103bc8710ff7e4b79 (diff)
downloadqt-creator-bb00f59d66a87a63987f93f83db9d36b18be433b.tar.gz
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>
Diffstat (limited to 'src/libs/qmldebug/qmldebugconstants.h')
-rw-r--r--src/libs/qmldebug/qmldebugconstants.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/qmldebug/qmldebugconstants.h b/src/libs/qmldebug/qmldebugconstants.h
index 36ccf4fb9e..147d4f62ec 100644
--- a/src/libs/qmldebug/qmldebugconstants.h
+++ b/src/libs/qmldebug/qmldebugconstants.h
@@ -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