mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +00:00
Fix PreferencesDialog compile error
This commit is contained in:
parent
d2e133fa62
commit
bc0f386826
@ -28,7 +28,7 @@ PreferencesDialog::PreferencesDialog(QWidget *parent) :
|
||||
int i=ui->unitCombo->findText((*profile)["UnitSystem"].toString());
|
||||
ui->unitCombo->setCurrentIndex(i);
|
||||
|
||||
int i=ui->timeZoneCombo->findText((*profile)["TimeZone"].toString());
|
||||
i=ui->timeZoneCombo->findText((*profile)["TimeZone"].toString());
|
||||
ui->timeZoneCombo->setCurrentIndex(i);
|
||||
|
||||
if (pref.Exists("DaySplitTime")) {
|
||||
|
Loading…
Reference in New Issue
Block a user