Skip to content

Conversation

Nerixyz
Copy link
Contributor

@Nerixyz Nerixyz commented Aug 26, 2025

Qt 6.10 is around the corner, so make sure we can compile with it.

The only "breaking" change was that private parts now need to be explicitly requested.

Other than that, QFile::open is now annotated with [[nodiscard]]. We don't need to handle this in most cases, because the next lines usually check/fail gracefully. For the resources, I added some asserts, since failing to open them would be an error.

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.

1 participant