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
ece56b57
Commit
ece56b57
authored
Feb 18, 2009
by
Oswald Buddenhagen
Browse files
connect right signal
parent
e76c300f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/outputcollector.cpp
View file @
ece56b57
...
...
@@ -160,7 +160,7 @@ void OutputCollector::newConnectionAvailable()
if
(
m_socket
)
return
;
m_socket
=
m_server
->
nextPendingConnection
();
connect
(
m_socket
,
SIGNAL
(
bytesAvailable
()),
SLOT
(
bytesAvailable
()));
connect
(
m_socket
,
SIGNAL
(
readyRead
()),
SLOT
(
bytesAvailable
()));
}
#endif
...
...
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