I want to properly destruct a QThread in Qt 5.3. ... *parent) : QObject(parent) { mThread = new QThread(this); QObject::connect(mThread, ... For example:
確定! 回上一頁