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

qt6, test: Handle deprecated code #839

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hebasto
Copy link
Member

@hebasto hebasto commented Sep 29, 2024

Split from bitcoin/bitcoin#30997.

This PR ensures compatibility across all supported Qt versions.


This PR can be tested on macOS using the first commit from bitcoin/bitcoin#30997 and Homebrew's qt package.

The `QWARN()` macro internally uses `QTest::qWarn()`, which has been
deprecated since Qt 6.3. Replacing it with `qWarning()` ensures
compatibility across all Qt versions.
This change ensures compatibility across all supported Qt versions.
@hebasto hebasto added Tests Qt 6 Transition to Qt 6 labels Sep 29, 2024
@DrahtBot
Copy link
Contributor

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Reviews

See the guideline for information on the review process.
A summary of reviews will appear here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Qt 6 Transition to Qt 6 Tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants