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

ScreenSaver: Check Q_OS_MACOS instead of Q_OS_MAC #12650

Merged
merged 2 commits into from
Jan 27, 2024

Conversation

fwcd
Copy link
Member

@fwcd fwcd commented Jan 27, 2024

Q_OS_MAC is a deprecated synonym for Q_OS_DARWIN, referring to both macOS and iOS. Since screensavers aren't available on iOS, this replaces the cond-compile with Q_OS_MACOS.

`Q_OS_MAC` is a deprecated synonym for `Q_OS_DARWIN`, referring to both
macOS and iOS. Since screensavers aren't available on iOS, this replaces
the cond-compile with `Q_OS_MACOS`.
@fwcd fwcd added the macos label Jan 27, 2024
@fwcd fwcd mentioned this pull request Jan 27, 2024
54 tasks
@JoergAtGithub
Copy link
Member

LGTM! Thank you!

@JoergAtGithub JoergAtGithub merged commit b8341a6 into mixxxdj:2.4 Jan 27, 2024
13 checks passed
@fwcd fwcd added the ios label Jan 28, 2024
@fwcd fwcd deleted the qosmacos-screensaver branch February 2, 2024 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants