This commit is contained in:
Lukas Brübach 2025-01-26 14:35:55 +01:00
parent c59f8a40f0
commit d14217299e

View file

@ -169,7 +169,6 @@ void PictureLoaderWorker::processQueuedRequests()
} }
} }
void PictureLoaderWorker::enqueueImageLoad(const CardInfoPtr &card) void PictureLoaderWorker::enqueueImageLoad(const CardInfoPtr &card)
{ {
auto worker = new PictureLoaderWorkerWork(this, card); auto worker = new PictureLoaderWorkerWork(this, card);