fix build failure

This commit is contained in:
RickyRister 2025-04-20 18:51:52 -07:00
parent f0ca7a1e72
commit dc77bf0fce

View file

@ -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);