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();