forked from qt-creator/qt-creator
debugger: fix the autotest fix
This commit is contained in:
@@ -478,6 +478,7 @@ Thread::Thread(tst_Gdb *test) : m_proc(0), m_test(test)
|
||||
#else
|
||||
qDebug() << "\nTHREAD CREATED" << getpid() << gettid();
|
||||
#endif
|
||||
moveToThread(this);
|
||||
connect(m_test, SIGNAL(writeToGdb(QByteArray)),
|
||||
this, SLOT(writeToGdbRequested(QByteArray)), Qt::QueuedConnection);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user