From b76d46c8a609bc64fc761ef585f9b96e4bb27f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Wed, 12 Nov 2025 12:18:15 +0100 Subject: [PATCH] Remove placeholder file description. Took 1 minute --- .../card_picture_loader/card_picture_loader.h | 15 --------------- 1 file changed, 15 deletions(-) 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 0ad3ad249..e2ccf2fb5 100644 --- a/cockatrice/src/interface/card_picture_loader/card_picture_loader.h +++ b/cockatrice/src/interface/card_picture_loader/card_picture_loader.h @@ -1,18 +1,3 @@ -/** - * @file card_picture_loader.h - * @ingroup PictureLoader - * @brief Provides functionality to asynchronously load, cache, and manage card images for the client. - * - * This class is a singleton and handles: - * - Loading card images from disk or network. - * - Caching images in QPixmapCache for fast reuse. - * - Providing themed card backs, including fallback and in-progress/failed states. - * - Emitting updates when pixmaps are loaded. - * - * It interacts with CardPictureLoaderWorker for background loading and - * CardPictureLoaderStatusBar to display loading progress in the main window. - */ - #ifndef CARD_PICTURE_LOADER_H #define CARD_PICTURE_LOADER_H