Sine Striker
2023-12-25 3bde231e6d0b1c177c8c1fc4eccb6207d40aeec1
src/core/kernel/nativeeventfilter_p.h
@@ -35,6 +35,8 @@
    protected:
        QVector<NativeEventFilter *> m_nativeEventFilters;
        friend class NativeEventFilter;
        Q_DISABLE_COPY(NativeEventDispatcher)
    };
@@ -50,9 +52,9 @@
    protected:
        NativeEventDispatcher *m_dispatcher;
        Q_DISABLE_COPY(NativeEventFilter)
        friend class NativeEventDispatcher;
        Q_DISABLE_COPY(NativeEventFilter)
    };
    // Automatically install to QCoreApplication at construction