Changeset 3242 in ntrip


Ignore:
Timestamp:
Apr 3, 2011, 9:51:12 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3241 r3242  
    14281428  settings.setValue("uploadIntr",     _uploadIntrComboBox->currentText());
    14291429  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());
    14301436
    14311437  if (_caster) {
Note: See TracChangeset for help on using the changeset viewer.