Yuhang Zhao
2023-12-19 88b91b1fec752538beebca2fd92e62c8e03f32d4
src/core/qwkglobal_p.h
@@ -40,6 +40,7 @@
        return event->windowPos().toPoint();
#endif
    }
    inline QPoint getMouseEventGlobalPos(const QMouseEvent *event) {
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
        return event->globalPosition().toPoint();