-
Notifications
You must be signed in to change notification settings - Fork 46
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
Qt 5.15 compatibility. #65
Comments
Thanks, I can probably fix this next week. I'd also accept a pull request in the develop branch |
hello-adam
added a commit
that referenced
this issue
Sep 22, 2020
@dmtrbm Let me know if that doesn't fix the build for you (it worked on my Qt 5.15.1) |
Works here with 5.15.1 too. Thank you. |
hello-adam
pushed a commit
that referenced
this issue
Sep 25, 2020
# [0.39.0](v0.38.1...v0.39.0) (2020-09-25) ### Bug Fixes * [build] properly #include QPainterPath for Qt 5.15 for [#65](#65) ([2a66ed0](2a66ed0)) * prevent spectrogram crash (caused by uninitialized values) ([8c60a16](8c60a16)) * take skip bug in progress reports and output buffering ([92c8a29](92c8a29)) ### Features * add packet capture importer ([4620445](4620445)) * add preemptive size-limiting to UDP import ([9417f8e](9417f8e))
goldest-star
added a commit
to goldest-star/binary-analysis-tool
that referenced
this issue
Jun 4, 2023
# [0.39.0](Mahlet-Inc/hobbits@v0.38.1...v0.39.0) (2020-09-25) ### Bug Fixes * [build] properly #include QPainterPath for Qt 5.15 for [#65](Mahlet-Inc/hobbits#65) ([2a66ed0](Mahlet-Inc/hobbits@2a66ed0)) * prevent spectrogram crash (caused by uninitialized values) ([8c60a16](Mahlet-Inc/hobbits@8c60a16)) * take skip bug in progress reports and output buffering ([92c8a29](Mahlet-Inc/hobbits@92c8a29)) ### Features * add packet capture importer ([4620445](Mahlet-Inc/hobbits@4620445)) * add preemptive size-limiting to UDP import ([9417f8e](Mahlet-Inc/hobbits@9417f8e))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compilation fails with:
Including QPainterPath with every QPainter fixes it.
Thanks.
The text was updated successfully, but these errors were encountered: