-
Notifications
You must be signed in to change notification settings - Fork 255
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
Rebased qgis fixes #516
Rebased qgis fixes #516
Conversation
…Qt::ImMicroFocus Qt::ImMicroFocus has been deprecated in QT 5.14 and has been removed from Qt6. Use its replacement, Qt::ImCursorRectangle instead.
…arning about suspicious division by sizeof() in a later memset() call
…nter member variables
and make clang-tidy a bit more smiley
Introduced by commit 5720294.
Looks good overall. Just curious - is it possible to get rid of assertWithSideEffect by changing some member functions to |
Sorry for the long delay. |
Thank you! I merge this without squashing as those changes are kind of independent, and thus squashing may make git blame harder.
A few days is short for me :) |
It would make history a lot harder to understand. |
In my opinion, this is a good trade-off - easier debugging (ex: via |
A rebase of #499 PR