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

SettingsDialog: Fix Qt 6.7 checkbox signal deprecations #1251

Merged

Commits on Aug 30, 2024

  1. SettingsDialog: Fix Qt 6.7 checkbox signal deprecations

    qt/qtbase@3512fb1 deprecated the
    stateChanged signal of QCheckBoxes in favor of a new checkStateChanged
    signal. The signals are the same, except that now the enum type is
    passed explicitly (before the enum was passed as an argument but defined
    as an int).
    RytoEX committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b9c9d32 View commit details
    Browse the repository at this point in the history