mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Flip not started and not finished mutex unlock
This commit is contained in:
parent
3453659c02
commit
e2246443b7
@ -57,8 +57,8 @@ qint64 QgsTask::elapsedTime() const
|
|||||||
|
|
||||||
void QgsTask::start()
|
void QgsTask::start()
|
||||||
{
|
{
|
||||||
mNotStartedMutex.unlock();
|
|
||||||
mNotFinishedMutex.lock();
|
mNotFinishedMutex.lock();
|
||||||
|
mNotStartedMutex.unlock();
|
||||||
mStartCount++;
|
mStartCount++;
|
||||||
Q_ASSERT( mStartCount == 1 );
|
Q_ASSERT( mStartCount == 1 );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user