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


Ignore:
Timestamp:
Oct 22, 2008, 5:15:33 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r1164 r1166  
    111111  _userName = _userName.leftJustified(20, ' ', true);
    112112
    113   QSettings settings;
    114113  _lastDumpCoSec = 0;
    115   _waitCoTime    = settings.value("corrTime").toInt();
    116   if (_waitCoTime < 1) {
    117     _waitCoTime = 1;
    118   }
    119114
    120115  _corrs = new QMultiMap<long, QString>;
Note: See TracChangeset for help on using the changeset viewer.