Wait for thread set

preferencesAboutTextFull
Ilia Ryabokon 12 years ago
parent 0963afc168
commit 35e784eb1a
  1. 2
      src/board/UBFeaturesController.cpp

@ -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)

Loading…
Cancel
Save