mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Rename Suunto config field to be consistent
All the conflicting fields for suunto vyper configs are named _1, so rename this one to be in the same style. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9d1c3942d7
commit
94a86df9a3
2 changed files with 2 additions and 2 deletions
|
@ -1049,7 +1049,7 @@ void ConfigureDiveComputerDialog::reloadValuesSuuntoVyper()
|
|||
ui.maxDepthDoubleSpinBox->setSuffix(depth_unit);
|
||||
ui.totalTimeSpinBox->setValue(deviceDetails->totalTime);
|
||||
ui.numberOfDivesSpinBox->setValue(deviceDetails->numberOfDives);
|
||||
ui.modelLineEdit->setText(deviceDetails->model);
|
||||
ui.modelLineEdit_1->setText(deviceDetails->model);
|
||||
ui.firmwareVersionLineEdit_1->setText(deviceDetails->firmwareVersion);
|
||||
ui.serialNoLineEdit_1->setText(deviceDetails->serialNo);
|
||||
ui.customTextLlineEdit_1->setText(deviceDetails->customText);
|
||||
|
|
|
@ -1645,7 +1645,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="2" column="4">
|
||||
<widget class="QLineEdit" name="modelLineEdit">
|
||||
<widget class="QLineEdit" name="modelLineEdit_1">
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue