33QAbstractNativeEventFilter::~QAbstractNativeEventFilter()
35#if QT_VERSION < QT_VERSION_CHECK(7
, 0
, 0
)
37 qFatal(
"QAbstractNativeEventFilter::d is not to be used");
39 QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance();
41 eventDispatcher->removeNativeEventFilter(
this);