mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #380, QConcurrent vs QThread sample and fix
* in same step fixed nullptr issue in worker (with no parent) * Changed from QConccurennt::run to CWorker in core
This commit is contained in:
@@ -249,7 +249,7 @@ namespace BlackMisc
|
||||
void ps_finish();
|
||||
|
||||
private:
|
||||
QObject *m_owner;
|
||||
QObject *m_owner = nullptr;
|
||||
QString m_name;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user