Worker::Worker(QObject *parent) : QObject(parent) { }. void Worker::on_doSomething() { qDebug() << "Im working in thread:" << QThread::currentThreadId();
確定! 回上一頁