1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-19 12:02:24 +02:00

replace deprecated signal

This commit is contained in:
Andrey Filipenkov 2022-09-26 16:39:10 +03:00
parent f0b909f772
commit cfba8a5373
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ CSettingsView::~CSettingsView()
} }
void CSettingsView::on_comboBoxResolution_currentIndexChanged(const QString & arg1) void CSettingsView::on_comboBoxResolution_currentTextChanged(const QString & arg1)
{ {
QStringList list = arg1.split("x"); QStringList list = arg1.split("x");

View File

@ -29,7 +29,7 @@ public:
private slots: private slots:
void on_checkBoxFullScreen_stateChanged(int state); void on_checkBoxFullScreen_stateChanged(int state);
void on_comboBoxResolution_currentIndexChanged(const QString & arg1); void on_comboBoxResolution_currentTextChanged(const QString & arg1);
void on_comboBoxFullScreen_currentIndexChanged(int index); void on_comboBoxFullScreen_currentIndexChanged(int index);