|
Krita Source Code Documentation
|
#include <QDebug>#include <QLoggingCategory>#include <kritawidgets_export.h>Go to the source code of this file.
Macros | |
| #define | debugWidgets qCDebug(WIDGETS_LOG) |
| #define | errorWidgets qCCritical(WIDGETS_LOG) |
| #define | warnWidgets qCWarning(WIDGETS_LOG) |
Functions | |
| const KRITAWIDGETS_EXPORT QLoggingCategory & | WIDGETS_LOG () |
| #define debugWidgets qCDebug(WIDGETS_LOG) |
Definition at line 15 of file WidgetsDebug.h.
| #define errorWidgets qCCritical(WIDGETS_LOG) |
Definition at line 17 of file WidgetsDebug.h.
| #define warnWidgets qCWarning(WIDGETS_LOG) |
Definition at line 16 of file WidgetsDebug.h.
|
extern |
Definition at line 9 of file WidgetsDebug.cpp.