version check fixed

This commit is contained in:
Uwe Rathmann 2020-10-28 08:28:13 +01:00
parent 4c6e0ae32d
commit a81c0e4708

View File

@ -74,7 +74,7 @@ QPointF qskWheelPosition( const QWheelEvent* event )
QPointF qskHoverPosition( const QHoverEvent* event )
{
#if QT_VERSION >= QT_VERSION_CHECK( 5, 14, 0 )
#if QT_VERSION >= QT_VERSION_CHECK( 6, 0, 0 )
return event->position();
#else
return event->posF();