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:
parent
442f4deee2
commit
6de877829f
@ -369,8 +369,8 @@ QWidget *OptionsDialog::createDataPage()
|
||||
speedOptions->addWidget(_reportedSpeed);
|
||||
|
||||
QVBoxLayout *elevationOptions = new QVBoxLayout();
|
||||
elevationOptions->addWidget(_gpsElevation);
|
||||
elevationOptions->addWidget(_demElevation);
|
||||
elevationOptions->addWidget(_dataGPSElevation);
|
||||
elevationOptions->addWidget(_dataDEMElevation);
|
||||
|
||||
QFormLayout *formLayout = new QFormLayout();
|
||||
formLayout->addRow(tr("Speed:"), speedOptions);
|
||||
|
Loading…
Reference in New Issue
Block a user