Changeset 995 in ntrip
- Timestamp:
- Jul 29, 2008, 10:53:05 AM (17 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r994 r995 616 616 } 617 617 618 QSettings settings; 619 _waitCoTime = settings.value("corrTime").toInt(); 620 if (_waitCoTime < 1) { 621 _waitCoTime = 1; 622 } 623 618 624 // First time, set the _lastDumpSec immediately 619 625 // -------------------------------------------- -
trunk/BNC/bncwindow.cpp
r989 r995 661 661 connect(_caster, SIGNAL(newMessage(QByteArray)), 662 662 (bncApp*)qApp, SLOT(slotMessage(QByteArray))); 663 connect((bncApp*)qApp, SIGNAL(newMessage(QByteArray)), 664 this, SLOT(slotMessage(QByteArray))); 663 665 664 666 slotMessage("============ Start BNC ============");
Note:
See TracChangeset
for help on using the changeset viewer.