Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/35e784eb1a1b31e055662d92da584141ece03ff5?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Wait for thread set

preferencesAboutTextFull
Ilia Ryabokon 13 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