Changeset 3242 in ntrip
- Timestamp:
- Apr 3, 2011, 9:51:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3241 r3242 1428 1428 settings.setValue("uploadIntr", _uploadIntrComboBox->currentText()); 1429 1429 settings.setValue("uploadSampl", _uploadSamplSpinBox->value()); 1430 1431 settings.setValue("uploadEphHost", _uploadEphHostLineEdit->text()); 1432 settings.setValue("uploadEphPort", _uploadEphPortLineEdit->text()); 1433 settings.setValue("uploadEphPassword", _uploadEphPasswordLineEdit->text()); 1434 settings.setValue("uploadEphMountpoint",_uploadEphMountpointLineEdit->text()); 1435 settings.setValue("uploadEphSample", _uploadEphSampleSpinBox->value()); 1430 1436 1431 1437 if (_caster) {
Note:
See TracChangeset
for help on using the changeset viewer.