Changeset 3829 in ntrip


Ignore:
Timestamp:
Apr 11, 2012, 11:34:41 AM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/teqcdlg.cpp

    r3828 r3829  
    133133////////////////////////////////////////////////////////////////////////////
    134134void teqcDlg::slotOK() {
    135   // saveOptions();
     135  saveOptions();
    136136  done(0);
    137137}
     
    156156  }
    157157  else if (iRet == QMessageBox::Yes) {
    158     //    saveOptions();
     158    saveOptions();
    159159  }
    160160
    161161  QDialog::closeEvent(event);
    162162}
     163
     164// Save Selected Options
     165////////////////////////////////////////////////////////////////////////////
     166void teqcDlg::saveOptions() {
     167
     168}
  • trunk/BNC/teqcdlg.h

    r3828 r3829  
    4949
    5050  private:
     51   void saveOptions();
     52
    5153   QComboBox*     _teqcRnxVersion;
    5254   QSpinBox*      _teqcSampling;
Note: See TracChangeset for help on using the changeset viewer.