mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T314 Style.
This commit is contained in:
committed by
Klaus Basan
parent
047aeeff11
commit
c98454ff8a
@@ -334,7 +334,7 @@ namespace BlackMisc
|
||||
using CWorkerBase::setStarted;
|
||||
using CWorkerBase::setFinished;
|
||||
|
||||
QObject *m_owner; //!< owner, QPointer will detect if the owner is deleted
|
||||
QObject *m_owner = nullptr; //!< owner, parent of the QThread
|
||||
QString m_name; //!< worker's name
|
||||
std::atomic<bool> m_enabled { true }; //!< marker it is enabled
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user