1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Fixed OS X build

This commit is contained in:
Martin Tůma 2020-05-20 23:45:06 +02:00
parent 0fb5d8dae6
commit 9bd004359d

View File

@ -460,7 +460,7 @@ QWidget *OptionsDialog::createDataPage()
elevationOptions->addWidget(_showSecondaryElevation); elevationOptions->addWidget(_showSecondaryElevation);
#ifdef ENABLE_TIMEZONES #ifdef ENABLE_TIMEZONES
QButtonGroup *zoneGroup = new QButtonGroup(this); QButtonGroup *timeZoneGroup = new QButtonGroup(this);
timeZoneGroup->addButton(_utcZone); timeZoneGroup->addButton(_utcZone);
timeZoneGroup->addButton(_systemZone); timeZoneGroup->addButton(_systemZone);
timeZoneGroup->addButton(_customZone); timeZoneGroup->addButton(_customZone);