mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
fix build failure
This commit is contained in:
parent
54ab0ea4aa
commit
327f536416
1 changed files with 1 additions and 2 deletions
|
|
@ -174,8 +174,7 @@ GeneralSettingsPage::GeneralSettingsPage()
|
|||
GeneralSettingsPage::retranslateUi();
|
||||
|
||||
// connect the ReleaseChannel combo box only after the entries are inserted in retranslateUi
|
||||
connect(&updateReleaseChannelBox, &QComboBox::currentIndexChanged, &settings,
|
||||
&SettingsCache::setUpdateReleaseChannel);
|
||||
connect(&updateReleaseChannelBox, SIGNAL(currentIndexChanged(int)), &settings, SLOT(setUpdateReleaseChannel(int)));
|
||||
updateReleaseChannelBox.setCurrentIndex(settings.getUpdateReleaseChannel()->getIndex());
|
||||
|
||||
setLayout(mainLayout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue