This may blow up.
This commit is contained in:
parent
dcd8e5e34c
commit
8def91b0a8
@ -7,6 +7,7 @@ QMutex Worker::workerLock;
|
||||
|
||||
void Worker::queue(WorkerContext *context) {
|
||||
QMutexLocker ml(&lock);
|
||||
context->pixmap = context->pixmap.copy();
|
||||
qqueue.enqueue(context);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user