Changeset 6173 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Sep 14, 2014, 1:58:35 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 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()) {
Note: See TracChangeset for help on using the changeset viewer.