mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-12 05:14:16 -07:00
Remove placeholder file description.
Took 1 minute
This commit is contained in:
parent
970348f23a
commit
b76d46c8a6
1 changed files with 0 additions and 15 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue