Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
0efb4d69
Commit
0efb4d69
authored
Jul 07, 2010
by
Olivier Goffart
Browse files
QML debugger: update to the protocol
parent
cc5d0459
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljsinspector/qmljsdebuggerclient.cpp
View file @
0efb4d69
...
...
@@ -34,7 +34,7 @@
using
namespace
QmlJSInspector
::
Internal
;
DebuggerClient
::
DebuggerClient
(
QDeclarativeDebugConnection
*
client
)
:
QDeclarativeDebugClient
(
QLatin1String
(
"Debugger"
),
client
)
:
QDeclarativeDebugClient
(
QLatin1String
(
"
JS
Debugger"
),
client
)
,
connection
(
client
)
{
ExtensionSystem
::
PluginManager
*
pm
=
ExtensionSystem
::
PluginManager
::
instance
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment