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
Marco Bubke
flatpak-qt-creator
Commits
35dbd667
Commit
35dbd667
authored
Oct 28, 2009
by
hjk
Browse files
debugger: fix the autotest fix
parent
7c141110
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/auto/debugger/tst_gdb.cpp
View file @
35dbd667
...
...
@@ -478,6 +478,7 @@ Thread::Thread(tst_Gdb *test) : m_proc(0), m_test(test)
#else
qDebug
()
<<
"
\n
THREAD CREATED"
<<
getpid
()
<<
gettid
();
#endif
moveToThread
(
this
);
connect
(
m_test
,
SIGNAL
(
writeToGdb
(
QByteArray
)),
this
,
SLOT
(
writeToGdbRequested
(
QByteArray
)),
Qt
::
QueuedConnection
);
}
...
...
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