Sine Striker
2023-12-02 499afac952920595e6c3d4f94806427f894c7674
src/core/qwkcoreglobal.h
@@ -1,7 +1,7 @@
#ifndef QWKCOREGLOBAL_H
#define QWKCOREGLOBAL_H
#include <QLoggingCategory>
#include <QtCore/QLoggingCategory>
#ifndef QWK_CORE_EXPORT
#  ifdef QWK_CORE_STATIC
@@ -21,5 +21,8 @@
#define QWK_DEBUG    qCDebug(qWindowKitLog)
#define QWK_WARNING  qCWarning(qWindowKitLog)
#define QWK_CRITICAL qCCritical(qWindowKitLog)
#if QT_VERSION >= QT_VERSION_CHECK(6, 6, 0)
#  define QWK_FATAL qCFatal(qWindowKitLog)
#endif
#endif // QWKCOREGLOBAL_H