Changeset 6173 in ntrip


Ignore:
Timestamp:
Sep 14, 2014, 1:58:35 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r6172 r6173  
    16331633    settings.setValue("combineStreams", "");
    16341634  }
    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());
    16401640// Upload Corrections
    16411641  if (!uploadMountpointsOut.isEmpty()) {
  • trunk/BNC/src/combination/bnccomb.cpp

    r6170 r6173  
    180180  // Use Glonass
    181181  // -----------
    182   if ( Qt::CheckState(settings.value("pppGLONASS").toInt()) == Qt::Checked) {
     182  if ( Qt::CheckState(settings.value("").toInt()) == Qt::Checked) {
    183183    _useGlonass = true;
    184184  }
Note: See TracChangeset for help on using the changeset viewer.