mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-13 14:02:15 -07:00
Link to methods directly.
Took 6 minutes
This commit is contained in:
parent
f8f5c9ab32
commit
35265c0575
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ inline Q_LOGGING_CATEGORY(CardPictureLoaderCardBackCacheFailLog, "card_picture_l
|
||||||
* Provides static accessors for:
|
* Provides static accessors for:
|
||||||
* - Card images by ExactCard.
|
* - Card images by ExactCard.
|
||||||
* - Card back images (normal, in-progress, failed).
|
* - Card back images (normal, in-progress, failed).
|
||||||
* - Cache management (clearPixmapCache, clearNetworkCache, cacheCardPixmaps).
|
* - Cache management (clearPixmapCache(), clearNetworkCache(), cacheCardPixmaps(const QList<ExactCard> &cards)).
|
||||||
*
|
*
|
||||||
* Uses a worker thread for asynchronous image loading and a status bar widget
|
* Uses a worker thread for asynchronous image loading and a status bar widget
|
||||||
* to track load progress.
|
* to track load progress.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue