diff --git a/cockatrice/src/interface/card_picture_loader/card_picture_loader.h b/cockatrice/src/interface/card_picture_loader/card_picture_loader.h index 52c71e242..29bdf26c8 100644 --- a/cockatrice/src/interface/card_picture_loader/card_picture_loader.h +++ b/cockatrice/src/interface/card_picture_loader/card_picture_loader.h @@ -28,7 +28,7 @@ inline Q_LOGGING_CATEGORY(CardPictureLoaderCardBackCacheFailLog, "card_picture_l * Provides static accessors for: * - Card images by ExactCard. * - Card back images (normal, in-progress, failed). - * - Cache management (clearPixmapCache, clearNetworkCache, cacheCardPixmaps). + * - Cache management (clearPixmapCache(), clearNetworkCache(), cacheCardPixmaps(const QList &cards)). * * Uses a worker thread for asynchronous image loading and a status bar widget * to track load progress.