Changeset 3733 in ntrip
- Timestamp:
- Mar 24, 2012, 7:18:24 PM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnc.pro
r3731 r3733 2 2 # Switch to debug configuration 3 3 # ----------------------------- 4 CONFIG -= release5 CONFIG += debug4 CONFIG -= debug 5 CONFIG += release 6 6 7 7 -
trunk/BNC/bncwindow.cpp
r3732 r3733 2067 2067 enable = (!_pppMountLineEdit->text().isEmpty() && !_pppCorrMountLineEdit->text().isEmpty()) || 2068 2068 (!_pppMountLineEdit->text().isEmpty() && _pppSPPComboBox->currentText() == "SPP") || 2069 (_pppSPPComboBox->currentText() == " Post-Processing");2069 (_pppSPPComboBox->currentText() == "RNX"); 2070 2070 2071 2071 enableWidget(enable, _pppNMEALineEdit); … … 2114 2114 enableWidget(enable8, _pppCorrMountLineEdit); 2115 2115 2116 bool enable9 = _pppSPPComboBox->currentText() == " Post-Processing";2116 bool enable9 = _pppSPPComboBox->currentText() == "RNX"; 2117 2117 enableWidget(enable9, _postObsFileChooser); 2118 2118 enableWidget(enable9, _postNavFileChooser);
Note:
See TracChangeset
for help on using the changeset viewer.