debugger: fix the autotest fix

This commit is contained in:
hjk
2009-10-28 16:32:30 +01:00
parent 7c141110fb
commit 35dbd66764

View File

@@ -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);
}