mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
eab22e86b0
commit
a22cd134f8
@@ -73,10 +73,11 @@ namespace BlackCore
|
||||
void pauseReader();
|
||||
|
||||
//! Used in unit test
|
||||
//! \remark needs to be done before started in different thread
|
||||
void markAsUsedInUnitTest() { m_unitTest = true; }
|
||||
|
||||
protected:
|
||||
mutable QReadWriteLock m_lock {QReadWriteLock::Recursive}; //!< lock which can be used from the derived classes
|
||||
mutable QReadWriteLock m_lock { QReadWriteLock::Recursive }; //!< lock which can be used from the derived classes
|
||||
|
||||
//! Constructor
|
||||
CThreadedReader(QObject *owner, const QString &name);
|
||||
@@ -97,7 +98,7 @@ namespace BlackCore
|
||||
//! This method does the actual work in the derived class
|
||||
virtual void doWorkImpl() {}
|
||||
|
||||
//! Still enabled etc.
|
||||
//! Still enabled etc.?
|
||||
bool doWorkCheck() const;
|
||||
|
||||
//! Use this to log inconsistent data
|
||||
|
||||
Reference in New Issue
Block a user