- Timestamp:
- Aug 19, 2012, 10:48:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncrinex.cpp
r4533 r4538 165 165 if (query->status() == bncNetQuery::finished) { 166 166 irc = success; 167 _header._obsTypesV2.clear(); 168 _header._obsTypesV3.clear(); 167 169 QTextStream in(outData); 168 170 _header.read(&in); … … 186 188 if ( skl.exists() && skl.open(QIODevice::ReadOnly) ) { 187 189 readDone = true; 190 _header._obsTypesV2.clear(); 191 _header._obsTypesV3.clear(); 188 192 QTextStream in(&skl); 189 193 _header.read(&in);
Note:
See TracChangeset
for help on using the changeset viewer.