mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-13 01:20:34 +02:00
replace deprecated signal
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user