-
Notifications
You must be signed in to change notification settings - Fork 221
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 deprecation warnings with new Qt #435
Conversation
Signed-off-by: William Woodall <william@osrfoundation.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
New CI after @jacobperron and I "fixed" a segfault 😐: |
* fix deprecation warnings with new Qt Signed-off-by: William Woodall <william@osrfoundation.org> * Get QScreen from main window always Signed-off-by: Jacob Perron <jacob@openrobotics.org>
I didn't catch this because I've been glued to the project board over my own GitHub notifications. I added this to the board for Patch 3 but rviz is high enough in the stack that we can still pull this for patch 2 if we do it before the end of the day today. |
This fixes compiler warnings after upgrading to the new Qt on our macOS machines:
https://ci.ros2.org/view/All/job/test_packaging_osx/1/warnings11Result/
I think we should also backport this for dashing, but we could choose to wait for the next patch release if we're ok ignoring these warnings. @nuclearsandwich do you have an opinion?