Update
- Remove QT4
- Fix some QT / OpenGL calls
Merge request reports
Activity
assigned to @faverge
added 7 commits
-
6d497cc5 - 1 commit from branch
master
- 47240bab - hook_event: silent some deprecated functions
- 48726539 - Remove deprecated Qt4 calls
- 88949add - minimap: fix deprecated pixmap
- 2b21d084 - File dialog: fix deprecated
- 3fe722a2 - criticalpath: cleanup coding style and unused variables
- 5271cf65 - Fix unused variables
Toggle commit list-
6d497cc5 - 1 commit from branch
I can reproduce the issue preventing the build on a Docker container using the same origin image as the one used by the CI (Ubuntu 20.04):
/root/vite/src/render/Hook_event.cpp:451:27: error: 'class QWheelEvent' has no member named 'globalPosition'; did you mean 'globalPos'? 451 | _mouse_x = event->globalPosition().x(); | ^~~~~~~~~~~~~~ | globalPos
This bug seems to be related with a version mismatch between Qt4 and Qt5. However, we install the Qt5 packages in the Docker container...
I cannot reproduce the bug on my Debian machine. Will try to investigate later on this bug.
mentioned in commit b1458d68
Please register or sign in to reply