Changeset 1225 in ntrip for trunk/BNC/bncgetthread.cpp


Ignore:
Timestamp:
Nov 22, 2008, 2:54:46 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r1218 r1225  
    108108////////////////////////////////////////////////////////////////////////////
    109109void bncGetThread::initialize() {
     110
     111     
     112  bncApp* app = (bncApp*) qApp;
     113  app->connect(this, SIGNAL(newMessage(QByteArray)),
     114               app, SLOT(slotMessage(const QByteArray)));
    110115
    111116  _decoder    = 0;
Note: See TracChangeset for help on using the changeset viewer.