mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-12-03 16:09:08 +01:00
Merge branch 'master' of github.com:tumic0/GPXSee
This commit is contained in:
commit
6f72d46d6c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user