This commit is contained in:
a b 2011-10-27 22:06:52 +02:00
parent 1bfa355974
commit 9fe8f6fc03
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ MOC_DIR = build
OBJECTS_DIR = build
RESOURCES = cockatrice.qrc
QT += network script svg
unix {
unix:!macx {
CONFIG += mobility
MOBILITY = multimedia
} else {

View file

@ -238,7 +238,7 @@ void PictureLoadingThread::run()
pictureLoader->setPicsPath(picsPath);
pictureLoader->setPicDownload(picDownload);
usleep(10000);
usleep(100000);
initWaitCondition.wakeAll();
exec();