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

Commits on Jan 27, 2024

  1. ScreenSaver: Check Q_OS_MACOS instead of Q_OS_MAC

    `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 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    2be83c8 View commit details
    Browse the repository at this point in the history
  2. ScreenSaver: Add missing include

    fwcd committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    33508c7 View commit details
    Browse the repository at this point in the history