diff --git a/launcher/settingsView/csettingsview_moc.cpp b/launcher/settingsView/csettingsview_moc.cpp index 58c71d378..75a4f382d 100644 --- a/launcher/settingsView/csettingsview_moc.cpp +++ b/launcher/settingsView/csettingsview_moc.cpp @@ -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"); diff --git a/launcher/settingsView/csettingsview_moc.h b/launcher/settingsView/csettingsview_moc.h index b2084a78a..56d4cc834 100644 --- a/launcher/settingsView/csettingsview_moc.h +++ b/launcher/settingsView/csettingsview_moc.h @@ -29,7 +29,7 @@ public: private slots: 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);