- Timestamp:
- Feb 24, 2011, 4:35:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3029 r3030 116 116 int nextPar = 0; 117 117 QMapIterator<QString, cmbAC*> it(_ACs); 118 it.next(); // skip first AC 118 119 while (it.hasNext()) { 119 120 it.next(); … … 122 123 } 123 124 it.toFront(); 125 it.next(); 124 126 while (it.hasNext()) { 125 127 it.next();
Note:
See TracChangeset
for help on using the changeset viewer.