Zhao Yuhang
2023-12-13 2a1e707b1cf530b00a5c0f3766466f10bd617619
src/core/kernel/nativeeventfilter.cpp
@@ -19,7 +19,7 @@
        bool nativeEventFilter(const QByteArray &eventType, void *message,
                               QT_NATIVE_EVENT_RESULT_TYPE *result) override {
            for (const auto &child : qAsConst(children)) {
            for (const auto &child : std::as_const(children)) {
                if (child->nativeEventFilter(eventType, message, result)) {
                    return true;
                }