mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
Lint...?
This commit is contained in:
parent
1b98f9d428
commit
17d651de62
1 changed files with 4 additions and 3 deletions
|
|
@ -6,8 +6,9 @@
|
||||||
|
|
||||||
#include <QLoggingCategory>
|
#include <QLoggingCategory>
|
||||||
|
|
||||||
inline Q_LOGGING_CATEGORY(PictureLoaderLog, "picture_loader")
|
inline Q_LOGGING_CATEGORY(PictureLoaderLog,
|
||||||
inline Q_LOGGING_CATEGORY(PictureLoaderCardBackCacheFailLog, "picture_loader.card_back_cache_fail");
|
"picture_loader") inline Q_LOGGING_CATEGORY(PictureLoaderCardBackCacheFailLog,
|
||||||
|
"picture_loader.card_back_cache_fail");
|
||||||
|
|
||||||
class PictureLoader : public QObject
|
class PictureLoader : public QObject
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue