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
|
#else
|
||||||
qDebug() << "\nTHREAD CREATED" << getpid() << gettid();
|
qDebug() << "\nTHREAD CREATED" << getpid() << gettid();
|
||||||
#endif
|
#endif
|
||||||
|
moveToThread(this);
|
||||||
connect(m_test, SIGNAL(writeToGdb(QByteArray)),
|
connect(m_test, SIGNAL(writeToGdb(QByteArray)),
|
||||||
this, SLOT(writeToGdbRequested(QByteArray)), Qt::QueuedConnection);
|
this, SLOT(writeToGdbRequested(QByteArray)), Qt::QueuedConnection);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user