Changeset 7049 in ntrip for trunk/BNC/src
- Timestamp:
- Jul 14, 2015, 4:11:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppWidgets.cpp
r7047 r7049 104 104 105 105 _lcGPS->setEditable(false); 106 #ifdef USE_PPP_SSR_I 107 _lcGPS->addItems(QString("no,P3,P3&L3").split(",")); 108 #else 106 109 _lcGPS->addItems(QString("no,P3,L3,P3&L3").split(",")); 110 #endif 107 111 108 112 _lcGLONASS->setEditable(false);
Note:
See TracChangeset
for help on using the changeset viewer.