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


Ignore:
Timestamp:
Nov 29, 2009, 11:39:33 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r2035 r2054  
    292292    connect(((bncApp*)qApp), SIGNAL(newCorrections(QList<QString>)),
    293293            _PPPclient, SLOT(slotNewCorrections(QList<QString>)));
     294    connect(_PPPclient, SIGNAL(newMessage(QByteArray,bool)),
     295            ((bncApp*)qApp), SLOT(slotMessage(const QByteArray,bool)));
    294296  }
    295297
Note: See TracChangeset for help on using the changeset viewer.