Skip to content
GitLab
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
5c8ad66f
Commit
5c8ad66f
authored
Jul 14, 2010
by
hjk
Browse files
debugger: compile fix
parent
0b527bfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljsinspector/qmljsdebuggerclient.cpp
View file @
5c8ad66f
...
...
@@ -52,7 +52,7 @@ DebuggerClient::DebuggerClient(QDeclarativeDebugConnection* client)
QTC_ASSERT
(
engine
,
return
);
engine
->
Debugger
::
Internal
::
DebuggerEngine
::
startDebugger
(
debuggerRunControl
);
engine
->
startSuccessful
();
//
engine->startSuccessful();
// FIXME: AAA: port to new debugger states
connect
(
engine
,
SIGNAL
(
sendMessage
(
QByteArray
)),
this
,
SLOT
(
slotSendMessage
(
QByteArray
)));
setEnabled
(
true
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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