Zhao Yuhang
2023-12-08 230896e7dae9e97e3363947e72e70cca1f89911d
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));