Changeset 4792 in ntrip
- Timestamp:
- Oct 28, 2012, 11:24:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncgetthread.cpp
r4763 r4792 330 330 #ifndef MLS_SOFTWARE 331 331 bncSettings settings; 332 if (settings.value("pppMount").toString() == _staID) { 332 if (!settings.value("pppSPP").toString().isEmpty() && 333 settings.value("pppMount").toString() == _staID) { 333 334 _PPPclient = new bncPPPclient(_staID); 334 335 bncApp* app = (bncApp*) qApp;
Note:
See TracChangeset
for help on using the changeset viewer.