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