6#ifndef WIDGETS_DEBUG_H_
7#define WIDGETS_DEBUG_H_
10#include <QLoggingCategory>
11#include <kritawidgets_export.h>
13extern const KRITAWIDGETS_EXPORT QLoggingCategory &
WIDGETS_LOG();
15#define debugWidgets qCDebug(WIDGETS_LOG)
16#define warnWidgets qCWarning(WIDGETS_LOG)
17#define errorWidgets qCCritical(WIDGETS_LOG)