Changeset 3141 in ntrip
- Timestamp:
- Mar 25, 2011, 4:03:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3140 r3141 103 103 QStringList combineStreams = settings.value("combineStreams").toStringList(); 104 104 105 if (combineStreams.size() >= 2) {105 if (combineStreams.size() >= 1) { 106 106 QListIterator<QString> it(combineStreams); 107 107 while (it.hasNext()) {
Note:
See TracChangeset
for help on using the changeset viewer.