mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #402, post merge feedback by MS
This commit is contained in:
@@ -130,7 +130,7 @@ namespace BlackMisc
|
||||
|
||||
//! Returns true if the task has finished.
|
||||
//! \threadsafe But don't rely on this condition remaining true for any length of time.
|
||||
virtual bool isFinished() const
|
||||
bool isFinished() const
|
||||
{
|
||||
QMutexLocker lock(&m_finishedMutex);
|
||||
return m_finished;
|
||||
|
||||
Reference in New Issue
Block a user