| | |
| | | |
| | | #include <QtCore/QEvent> |
| | | #include <QtCore/QLoggingCategory> |
| | | #include <QtCore/QAbstractNativeEventFilter> |
| | | #include <QtGui/QtEvents> |
| | | |
| | | #include <QWKCore/qwkcoreglobal.h> |
| | |
| | | #define QWK_WARNING qCWarning(qWindowKitLog) |
| | | #define QWK_CRITICAL qCCritical(qWindowKitLog) |
| | | #if QT_VERSION >= QT_VERSION_CHECK(6, 6, 0) |
| | | # define QWK_FATAL qCFatal(qWindowKitLog) |
| | | # define QWK_FATAL qCFatal(qWindowKitLog) |
| | | #endif |
| | | |
| | | |
| | | namespace QWK { |
| | | |
| | | QWK_CORE_EXPORT void installNativeEventFilter(QAbstractNativeEventFilter *eventFilter); |
| | | |
| | | QWK_CORE_EXPORT void removeNativeEventFilter(QAbstractNativeEventFilter *eventFilter); |
| | | |
| | | } |
| | | |
| | | #endif // QWKCOREGLOBAL_P_H |