mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
fix build failure
This commit is contained in:
parent
f0ca7a1e72
commit
dc77bf0fce
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ IntroPage::IntroPage(QWidget *parent) : OracleWizardPage(parent)
|
|||
languageBox->setCurrentIndex(index);
|
||||
}
|
||||
|
||||
connect(languageBox, &QComboBox::currentIndexChanged, this, &IntroPage::languageBoxChanged);
|
||||
connect(languageBox, qOverload<int>(&QComboBox::currentIndexChanged), this, &IntroPage::languageBoxChanged);
|
||||
|
||||
auto *layout = new QGridLayout(this);
|
||||
layout->addWidget(label, 0, 0, 1, 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue