Changeset 6320 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 12, 2014, 5:16:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6318 r6320 1007 1007 _reqcSkyPlotSystems = new QComboBox(); 1008 1008 _reqcSkyPlotSystems->setEditable(false); 1009 _reqcSkyPlotSystems->addItems(QString(",ALL,GPS,GLONASS,Galileo ").split(","));1009 _reqcSkyPlotSystems->addItems(QString(",ALL,GPS,GLONASS,Galileo,QZSS,SBAS,BDS").split(",")); 1010 1010 ik = _reqcSkyPlotSystems->findText(settings.value("reqcSkyPlotSystems").toString()); 1011 1011 if (ik != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.