Changeset 6173 in ntrip
- Timestamp:
- Sep 14, 2014, 1:58:35 PM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6172 r6173 1633 1633 settings.setValue("combineStreams", ""); 1634 1634 } 1635 settings.setValue("cmbMethod", _cmbMethodComboBox->currentText());1636 settings.setValue("cmbMaxres", _cmbMaxresLineEdit->text());1637 settings.setValue("cmbSampl", _cmbSamplSpinBox->value());1638 settings.setValue("cmbAntexFile", _cmbAntexFile->fileName());1639 settings.setValue("cmbUseGlonas ", _cmbUseGlonass->checkState());1635 settings.setValue("cmbMethod", _cmbMethodComboBox->currentText()); 1636 settings.setValue("cmbMaxres", _cmbMaxresLineEdit->text()); 1637 settings.setValue("cmbSampl", _cmbSamplSpinBox->value()); 1638 settings.setValue("cmbAntexFile", _cmbAntexFile->fileName()); 1639 settings.setValue("cmbUseGlonass", _cmbUseGlonass->checkState()); 1640 1640 // Upload Corrections 1641 1641 if (!uploadMountpointsOut.isEmpty()) { -
trunk/BNC/src/combination/bnccomb.cpp
r6170 r6173 180 180 // Use Glonass 181 181 // ----------- 182 if ( Qt::CheckState(settings.value(" pppGLONASS").toInt()) == Qt::Checked) {182 if ( Qt::CheckState(settings.value("").toInt()) == Qt::Checked) { 183 183 _useGlonass = true; 184 184 }
Note:
See TracChangeset
for help on using the changeset viewer.