|
Krita Source Code Documentation
|
#include <QDebug>#include <QLoggingCategory>#include <kritastore_export.h>Go to the source code of this file.
Macros | |
| #define | debugStore qCDebug(STORE_LOG) |
| #define | errorStore qCCritical(STORE_LOG) |
| #define | warnStore qCWarning(STORE_LOG) |
Functions | |
| const KRITASTORE_EXPORT QLoggingCategory & | STORE_LOG () |
| #define debugStore qCDebug(STORE_LOG) |
Definition at line 15 of file StoreDebug.h.
| #define errorStore qCCritical(STORE_LOG) |
Definition at line 17 of file StoreDebug.h.
| #define warnStore qCWarning(STORE_LOG) |
Definition at line 16 of file StoreDebug.h.
|
extern |
Definition at line 9 of file StoreDebug.cpp.