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 deprecated Qt usage #555

Merged
merged 10 commits into from
Jun 2, 2020
Merged

Fix deprecated Qt usage #555

merged 10 commits into from
Jun 2, 2020

Conversation

jacobperron
Copy link
Member

@jacobperron jacobperron commented Jun 2, 2020

  • Replace obsolete QWheelEvent constructor
  • Replace obsoleted QWheelEvent functions
  • Use QMultiMap for maps storing multiple values with the same key

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

* Replace obsoleted QWheelEvent functions
* Use QMultiMap for maps storing multiple values with the same key

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron jacobperron requested a review from wjwwood June 2, 2020 17:26
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron jacobperron added this to In progress in Foxy via automation Jun 2, 2020
@jacobperron jacobperron changed the title Jacob/fix deprecated qt use Fix deprecated Qt usage Jun 2, 2020
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Copy link
Member

@wjwwood wjwwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, I don't see any potential API break here.

Foxy automation moved this from In progress to Reviewer approved Jun 2, 2020
@wjwwood wjwwood added the bug Something isn't working label Jun 2, 2020
@wjwwood wjwwood merged commit 2eb3d2a into ros2 Jun 2, 2020
Foxy automation moved this from Reviewer approved to Done Jun 2, 2020
@delete-merged-branch delete-merged-branch bot deleted the jacob/fix_deprecated_qt_use branch June 2, 2020 20:04
@jacobperron
Copy link
Member Author

I don't see any potential API break here.

Yeah, you're right. For some reason I thought I also modified a signature in the header 🙃

@cottsay
Copy link
Member

cottsay commented Jun 4, 2020

This broke CentOS 7 builds, which use Qt 5.9.7: Build Status

It isn't likely that we'll see a version bump of Qt5 in CentOS 7 any time soon. If we can't maintain compatibility, I'll need to drop RViz from CentOS packaging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Foxy
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants