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

Silence deprecation warnings for QgsMaskPaintEngine #60470

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

nyalldawson
Copy link
Collaborator

We can't silence the constructor deprecation warning when used with make_unique, so just remove the constructor deprecated flag.

This is a private class, not exposed to Python, and only used from within QGIS by a class which is itself completely deprecated (and marked accordingly).

Alternative to #60428 which doesn't complicate cmake files

We can't silence the constructor deprecation warning
when used with make_unique, so just remove the constructor
deprecated flag.

This is a private class, not exposed to Python, and only
used from within QGIS by a class which is itself completely
deprecated (and marked accordingly).
@github-actions github-actions bot added this to the 3.42.0 milestone Feb 5, 2025
Copy link

github-actions bot commented Feb 5, 2025

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing.
(Built from commit e1ab89b)

🪟 Windows builds

Download Windows builds of this PR for testing.
Debug symbols for this build are available here.
(Built from commit e1ab89b)

@troopa81 troopa81 merged commit ab9582b into qgis:master Feb 6, 2025
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants