QmlDebugging: Use -qmljsdebugger command line argument

Adapt to latest changes in qt.git (commit
a9e5329168c)

Reviewed-by: kkoehne
This commit is contained in:
Lasse Holmstedt
2010-09-20 12:16:54 +02:00
committed by Kai Koehne
parent 4d0176cd74
commit b580a0c357
5 changed files with 5 additions and 10 deletions

View File

@@ -62,8 +62,6 @@ const char * const DEBUGGER_SETTINGS_TR_CATEGORY =
const char * const DEBUGGER_COMMON_SETTINGS_CATEGORY_ICON =
":/core/images/category_debug.png";
const char * const E_QML_DEBUG_SERVER_PORT = "QML_DEBUG_SERVER_PORT";
// dock widget names
const char * const DOCKWIDGET_BREAK = "Debugger.Docks.Break";
const char * const DOCKWIDGET_MODULES = "Debugger.Docks.Modules";