Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information