Changeset 6174 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Sep 14, 2014, 2:00:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r6173 r6174 180 180 // Use Glonass 181 181 // ----------- 182 if ( Qt::CheckState(settings.value(" ").toInt()) == Qt::Checked) {182 if ( Qt::CheckState(settings.value("cmbUseGlonass").toInt()) == Qt::Checked) { 183 183 _useGlonass = true; 184 184 } … … 233 233 // ---------- 234 234 _antex = 0; 235 QString antexFileName = settings.value(" pppAntex").toString();235 QString antexFileName = settings.value("cmbAntexFile").toString(); 236 236 if (!antexFileName.isEmpty()) { 237 237 _antex = new bncAntex();
Note:
See TracChangeset
for help on using the changeset viewer.