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