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
Marco Bubke
flatpak-qt-creator
Commits
5a0d20fd
Commit
5a0d20fd
authored
Mar 01, 2010
by
hjk
Browse files
debugger: heed 'I am dying' messages from the bluetooth listener
parent
73ef5e33
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/s60debuggerbluetoothstarter.cpp
View file @
5a0d20fd
...
...
@@ -47,6 +47,7 @@ trk::BluetoothListener *S60DebuggerBluetoothStarter::createListener()
trk
::
BluetoothListener
*
rc
=
new
trk
::
BluetoothListener
(
dm
);
rc
->
setMode
(
trk
::
BluetoothListener
::
Listen
);
connect
(
rc
,
SIGNAL
(
message
(
QString
)),
dm
,
SLOT
(
showDebuggerOutput
(
QString
)));
connect
(
rc
,
SIGNAL
(
terminated
()),
dm
,
SLOT
(
startFailed
()));
return
rc
;
}
...
...
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