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

Build cleanly with Qt 5.15 (and other minor fixes) #629

Merged
merged 10 commits into from
Apr 21, 2021

Conversation

atsampson
Copy link
Collaborator

See the commit messages for more details. The general aim here was to get rid of the warnings when building ld-decode against Qt 5.15, but I found a few other trivial things in the process.

One warning remains, about QLabel::pixmap() being deprecated, but I can't fix that without adding a version conditional for older Qt and I don't think it's worth it.

@atsampson atsampson added ld-decode-tools An issue only affecting the ld-decode-tools deficiency labels Apr 13, 2021
The first one produced a warning from uic because it had a duplicate ID,
but neither is actually needed.
The OpenCV code was removed in 6c7f74d663d ("Fix for issue happycube#484").
This catches up on the changes for noise reduction and YCbCr output.
sprintf is deprecated in Qt 5.15.
The latter is deprecated in Qt 5.15, and the only difference is that it
doesn't force a flush (which probably isn't what we want in the middle
of printing a dropout list anyway).
@atsampson
Copy link
Collaborator Author

Reviewed by committee on IRC :-)

@atsampson atsampson merged commit cdbb6e6 into happycube:master Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deficiency ld-decode-tools An issue only affecting the ld-decode-tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant