Commit 35e784eb authored by Ilia Ryabokon's avatar Ilia Ryabokon

Wait for thread set

parent 0963afc1
...@@ -176,7 +176,7 @@ UBFeaturesComputingThread::~UBFeaturesComputingThread() ...@@ -176,7 +176,7 @@ UBFeaturesComputingThread::~UBFeaturesComputingThread()
mWaitCondition.wakeOne(); mWaitCondition.wakeOne();
mMutex.unlock(); mMutex.unlock();
quit(); wait();
} }
UBFeature::UBFeature(const QString &url, const QImage &icon, const QString &name, const QUrl &realPath, UBFeatureElementType type) UBFeature::UBFeature(const QString &url, const QImage &icon, const QString &name, const QUrl &realPath, UBFeatureElementType type)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment