mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
qOverload the spinBox.
This commit is contained in:
parent
2367940691
commit
18c2155714
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ GeneralSettingsPage::GeneralSettingsPage()
|
|||
&SettingsCache::setCheckUpdatesOnStartup);
|
||||
connect(&startupCardUpdateCheckCheckBox, &QCheckBox::QT_STATE_CHANGED, &settings,
|
||||
&SettingsCache::setCheckCardUpdatesOnStartup);
|
||||
connect(&cardUpdateCheckIntervalSpinBox, &QSpinBox::valueChanged, &settings,
|
||||
connect(&cardUpdateCheckIntervalSpinBox, qOverload<int>(&QSpinBox::valueChanged), &settings,
|
||||
&SettingsCache::setCardUpdateCheckInterval);
|
||||
connect(&updateNotificationCheckBox, &QCheckBox::QT_STATE_CHANGED, &settings, &SettingsCache::setNotifyAboutUpdate);
|
||||
connect(&newVersionOracleCheckBox, &QCheckBox::QT_STATE_CHANGED, &settings,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue