Zhao Yuhang
2023-12-09 651805739be12125295d992c3e6ae00b6bef9fe2
src/core/contexts/abstractwindowcontext.cpp
@@ -50,7 +50,7 @@
        // Install specific event filter
        host->installEventFilter(new EventFilterForwarder(
            [](QEvent *event, void *user) {
                return reinterpret_cast<AbstractWindowContext *>(user)->hostEventFilter(event);
                return static_cast<AbstractWindowContext *>(user)->hostEventFilter(event);
            },
            this, this));