Changeset 3789 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Apr 5, 2012, 12:59:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3788 r3789 2391 2391 void bncWindow::enableStartStop() { 2392 2392 2393 if ( _pppSPPComboBox ->currentText() == "Post-Processing" ) {2393 if ( _pppSPPComboBox && _pppSPPComboBox->currentText() == "Post-Processing" ) { 2394 2394 _actStart->setEnabled(true); 2395 2395 _actStop->setEnabled(false); 2396 2396 } 2397 else if ( !_teqcActionComboBox->currentText().isEmpty() ) {2397 else if ( _teqcActionComboBox && !_teqcActionComboBox->currentText().isEmpty() ) { 2398 2398 _actStart->setEnabled(true); 2399 2399 _actStop->setEnabled(false);
Note:
See TracChangeset
for help on using the changeset viewer.