From 18cbf520e3de93ef67f9c8a966df8a227e66685c Mon Sep 17 00:00:00 2001 From: RickyRister Date: Fri, 4 Jul 2025 20:29:04 -0700 Subject: [PATCH] better comments --- .../src/client/ui/picture_loader/picture_loader_worker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp b/cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp index 8045bcfdb..00c157e34 100644 --- a/cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp +++ b/cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp @@ -106,7 +106,7 @@ void PictureLoaderWorker::resetRequestQuota() } /** - * Keeps processing requests from the queue until the quota runs out or the request queue runs out. + * Keeps processing requests from the queue until it is empty or until the quota runs out. */ void PictureLoaderWorker::processQueuedRequests() {