Changeset 2001 in ntrip for trunk/BNC/bncapp.cpp


Ignore:
Timestamp:
Nov 21, 2009, 3:46:18 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r1944 r2001  
    683683  for (long sec = minTime; sec <= maxTime; sec++) {
    684684    QList<QString> allCorrs = _corrs->values(sec);
     685    emit newCorrections(allCorrs);
    685686    QListIterator<QString> it(allCorrs);
    686687    while (it.hasNext()) {
Note: See TracChangeset for help on using the changeset viewer.