This may blow up.

This commit is contained in:
ArsenArsen 2017-05-29 22:54:09 +02:00
parent dcd8e5e34c
commit 8def91b0a8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ QMutex Worker::workerLock;
void Worker::queue(WorkerContext *context) {
QMutexLocker ml(&lock);
context->pixmap = context->pixmap.copy();
qqueue.enqueue(context);
}