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

refactor(UBMainWindow): Use | to combine keys #1051

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

Vekhir
Copy link
Contributor

@Vekhir Vekhir commented Aug 14, 2024

Addition between enums is deprecated, and in Qt6 support for the + operator between modifiers and keys gets deprecated. Instead, the | operator is provided.

The | operator is supported in both Qt5 and Qt6.

Resolves warning 4 in #1046

Addition between enums is deprecated, and in Qt6 support for the +
operator between modifiers and keys gets deprecated. Instead, the
| operator is provided.

The | operator is supported in both Qt5 and Qt6.
@kaamui kaamui merged commit 2423412 into OpenBoard-org:dev Sep 4, 2024
@Vekhir Vekhir deleted the use-pipe-to-combine branch September 4, 2024 12:27
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