Changeset 1166 in ntrip for trunk/BNC/bncapp.cpp
- Timestamp:
- Oct 22, 2008, 5:15:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r1164 r1166 111 111 _userName = _userName.leftJustified(20, ' ', true); 112 112 113 QSettings settings;114 113 _lastDumpCoSec = 0; 115 _waitCoTime = settings.value("corrTime").toInt();116 if (_waitCoTime < 1) {117 _waitCoTime = 1;118 }119 114 120 115 _corrs = new QMultiMap<long, QString>;
Note:
See TracChangeset
for help on using the changeset viewer.