Krita Source Code Documentation
Loading...
Searching...
No Matches
WidgetUtilsDebug.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2015 Boudewijn Rempt <boud@valdyas.org>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef WIDGETUTILS_DEBUG_H_
7#define WIDGETUTILS_DEBUG_H_
8
9#include <QDebug>
10#include <QLoggingCategory>
11
12extern const QLoggingCategory &KRITAWIDGETUTILS_LOG();
13
14#define debugWidgetUtils qCDebug(KRITAWIDGETUTILS_LOG)
15#define warnWidgetUtils qCWarning(KRITAWIDGETUTILS_LOG)
16#define errorWidgetUtils qCCritical(KRITAWIDGETUTILS_LOG)
17
18#endif
const QLoggingCategory & KRITAWIDGETUTILS_LOG()