|
Krita Source Code Documentation
|
#include <QDebug>#include <QLoggingCategory>#include <kritaflake_export.h>Go to the source code of this file.
Macros | |
| #define | debugFlake qCDebug(FLAKE_LOG) |
| #define | errorFlake qCCritical(FLAKE_LOG) |
| #define | warnFlake qCWarning(FLAKE_LOG) |
Functions | |
| const KRITAFLAKE_EXPORT QLoggingCategory & | FLAKE_LOG () |
| #define debugFlake qCDebug(FLAKE_LOG) |
Definition at line 15 of file FlakeDebug.h.
| #define errorFlake qCCritical(FLAKE_LOG) |
Definition at line 17 of file FlakeDebug.h.
| #define warnFlake qCWarning(FLAKE_LOG) |
Definition at line 16 of file FlakeDebug.h.
|
extern |
Definition at line 9 of file FlakeDebug.cpp.