Changeset 7479 in ntrip
- Timestamp:
- Sep 29, 2015, 2:37:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r7475 r7479 386 386 _miscIntrComboBox = new QComboBox(); 387 387 _miscIntrComboBox->setEditable(false); 388 _miscIntrComboBox->addItems(QString(",2 sec, 388 _miscIntrComboBox->addItems(QString(",2 sec,10 sec,1 min,5 min,15 min,1 hour,6 hours,1 day").split(",")); 389 389 int ll = _miscIntrComboBox->findText(settings.value("miscIntr").toString()); 390 390 if (ll != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.