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
beb01d1c
Commit
beb01d1c
authored
Feb 18, 2009
by
Oswald Buddenhagen
Browse files
connect right signal
parent
8767ba79
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/outputcollector.cpp
View file @
beb01d1c
...
...
@@ -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
.
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