Changeset 4076 in ntrip
- Timestamp:
- Apr 28, 2012, 1:55:10 PM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r4070 r4076 1525 1525 } 1526 1526 1527 // Save Options 1527 // Save Options (serialize) 1528 1528 //////////////////////////////////////////////////////////////////////////// 1529 1529 void bncWindow::slotSaveOptions() { 1530 saveOptions(); 1531 bncSettings settings; 1532 settings.sync(); 1533 } 1534 1535 // Save Options (memory only) 1536 //////////////////////////////////////////////////////////////////////////// 1537 void bncWindow::saveOptions() { 1530 1538 1531 1539 QStringList mountPoints; … … 1737 1745 //////////////////////////////////////////////////////////////////////////// 1738 1746 void bncWindow::slotStart() { 1739 s lotSaveOptions();1747 saveOptions(); 1740 1748 if ( _pppSPPComboBox->currentText() == "Post-Processing" ) { 1741 1749 startPostProcessingPPP(); … … 1841 1849 else if (iRet == QMessageBox::Yes) { 1842 1850 slotSaveOptions(); 1843 bncSettings settings;1844 settings.sync();1845 1851 } 1846 1852 … … 2492 2498 enableStartStop(); 2493 2499 2494 slotSaveOptions();2495 2496 2500 t_postProcessing* postProcessing = new t_postProcessing(this); 2497 2501 connect(postProcessing, SIGNAL(finished()), this, SLOT(slotFinishedPostProcessingPPP())); -
trunk/BNC/bncwindow.h
r3892 r4076 96 96 97 97 private: 98 void saveOptions(); 98 99 void populateMountPointsTable(); 99 100 void populateCmbTable();
Note:
See TracChangeset
for help on using the changeset viewer.