Changeset 1721 in ntrip for trunk/BNC/bnctabledlg.cpp
- Timestamp:
- Mar 4, 2009, 9:27:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnctabledlg.cpp
r1652 r1721 90 90 91 91 _ntripVersionComboBox = new QComboBox(); 92 _ntripVersionComboBox->addItems(QString("1,2,R ").split(","));92 _ntripVersionComboBox->addItems(QString("1,2,R,U").split(",")); 93 93 int kk = _ntripVersionComboBox->findText(settings.value("ntripVersion").toString()); 94 94 if (kk != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.