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:
Anton Lundin 2015-09-25 00:59:02 +02:00 committed by Dirk Hohndel
parent 9d1c3942d7
commit 94a86df9a3
2 changed files with 2 additions and 2 deletions

View file

@ -1049,7 +1049,7 @@ void ConfigureDiveComputerDialog::reloadValuesSuuntoVyper()
ui.maxDepthDoubleSpinBox->setSuffix(depth_unit); ui.maxDepthDoubleSpinBox->setSuffix(depth_unit);
ui.totalTimeSpinBox->setValue(deviceDetails->totalTime); ui.totalTimeSpinBox->setValue(deviceDetails->totalTime);
ui.numberOfDivesSpinBox->setValue(deviceDetails->numberOfDives); ui.numberOfDivesSpinBox->setValue(deviceDetails->numberOfDives);
ui.modelLineEdit->setText(deviceDetails->model); ui.modelLineEdit_1->setText(deviceDetails->model);
ui.firmwareVersionLineEdit_1->setText(deviceDetails->firmwareVersion); ui.firmwareVersionLineEdit_1->setText(deviceDetails->firmwareVersion);
ui.serialNoLineEdit_1->setText(deviceDetails->serialNo); ui.serialNoLineEdit_1->setText(deviceDetails->serialNo);
ui.customTextLlineEdit_1->setText(deviceDetails->customText); ui.customTextLlineEdit_1->setText(deviceDetails->customText);

View file

@ -1645,7 +1645,7 @@
</widget> </widget>
</item> </item>
<item row="2" column="4"> <item row="2" column="4">
<widget class="QLineEdit" name="modelLineEdit"> <widget class="QLineEdit" name="modelLineEdit_1">
<property name="readOnly"> <property name="readOnly">
<bool>true</bool> <bool>true</bool>
</property> </property>