Changeset 995 in ntrip


Ignore:
Timestamp:
Jul 29, 2008, 10:53:05 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r994 r995  
    616616  }
    617617
     618  QSettings settings;
     619  _waitCoTime    = settings.value("corrTime").toInt();
     620  if (_waitCoTime < 1) {
     621    _waitCoTime = 1;
     622  }
     623
    618624  // First time, set the _lastDumpSec immediately
    619625  // --------------------------------------------
  • trunk/BNC/bncwindow.cpp

    r989 r995  
    661661  connect(_caster, SIGNAL(newMessage(QByteArray)),
    662662          (bncApp*)qApp, SLOT(slotMessage(QByteArray)));
     663  connect((bncApp*)qApp, SIGNAL(newMessage(QByteArray)),
     664          this, SLOT(slotMessage(QByteArray)));
    663665
    664666  slotMessage("============ Start BNC ============");
Note: See TracChangeset for help on using the changeset viewer.