- Timestamp:
- Apr 11, 2012, 11:34:41 AM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/teqcdlg.cpp
r3828 r3829 133 133 //////////////////////////////////////////////////////////////////////////// 134 134 void teqcDlg::slotOK() { 135 //saveOptions();135 saveOptions(); 136 136 done(0); 137 137 } … … 156 156 } 157 157 else if (iRet == QMessageBox::Yes) { 158 //saveOptions();158 saveOptions(); 159 159 } 160 160 161 161 QDialog::closeEvent(event); 162 162 } 163 164 // Save Selected Options 165 //////////////////////////////////////////////////////////////////////////// 166 void teqcDlg::saveOptions() { 167 168 } -
trunk/BNC/teqcdlg.h
r3828 r3829 49 49 50 50 private: 51 void saveOptions(); 52 51 53 QComboBox* _teqcRnxVersion; 52 54 QSpinBox* _teqcSampling;
Note:
See TracChangeset
for help on using the changeset viewer.