Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation with Qt < 5.14 #143

Merged
merged 1 commit into from
Apr 24, 2022
Merged

Conversation

StefanVK
Copy link
Contributor

Fix compilation with Qt < 5.14; QWheelEvent::position was added in 5.14 ("This function was introduced in Qt 5.14.", https://doc.qt.io/qt-5/qwheelevent.html#position)

\QuickQanava\master\src\qanNavigable.cpp(443,23): error C2039: 'position': is not a member of 'QWheelEvent'
\Qt\5.13.0\msvc2015_64\include\QtGui/qevent.h(173): message : see declaration of 'QWheelEvent'
Done building project "QuickQanava.vcxproj" -- FAILED.

…14 ("This function was introduced in Qt 5.14.", https://doc.qt.io/qt-5/qwheelevent.html#position)

\QuickQanava\master\src\qanNavigable.cpp(443,23): error C2039: 'position': is not a member of 'QWheelEvent'
\Qt\5.13.0\msvc2015_64\include\QtGui/qevent.h(173): message : see declaration of 'QWheelEvent'
Done building project "QuickQanava.vcxproj" -- FAILED.
@cneben cneben changed the base branch from master to v2 April 24, 2022 22:48
@cneben
Copy link
Owner

cneben commented Apr 24, 2022

Merging to v2 since develop is now really deprecated!

@cneben cneben merged commit 570cbd0 into cneben:v2 Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants