Changeset 3110 in ntrip


Ignore:
Timestamp:
Mar 22, 2011, 11:09:15 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r3109 r3110  
    801801////////////////////////////////////////////////////////////////////////////
    802802void bncApp::dumpCorrs() {
     803  QList<QString> allCorrs;
     804  QMutableMapIterator<long, QString> it(*_corrs);
     805  while (it.hasNext()) {
     806    allCorrs << it.next().value();
     807    it.remove();
     808  }
     809  dumpCorrs(allCorrs);
    803810}
    804811
Note: See TracChangeset for help on using the changeset viewer.