Changeset 628 in ntrip for trunk/BNC/bncmain.cpp
- Timestamp:
- Dec 16, 2007, 6:57:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmain.cpp
r624 r628 123 123 124 124 app.connect(caster, SIGNAL(getThreadErrors()), &app, SLOT(quit())); 125 app.connect(caster, SIGNAL(newMessage( const QByteArray&)),126 &app, SLOT(slotMessage( const QByteArray&)));125 app.connect(caster, SIGNAL(newMessage(QByteArray)), 126 &app, SLOT(slotMessage(QByteArray))); 127 127 128 128 ((bncApp*)qApp)->slotMessage("============ Start BNC ============"); … … 140 140 QByteArray nmea = hlp[4].toAscii(); 141 141 bncGetThread* getThread = new bncGetThread(url, format, latitude, longitude, nmea, iMount); 142 app.connect(getThread, SIGNAL(newMessage( const QByteArray&)),143 &app, SLOT(slotMessage(const QByteArray &)));142 app.connect(getThread, SIGNAL(newMessage(QByteArray)), 143 &app, SLOT(slotMessage(const QByteArray))); 144 144 145 145 caster->addGetThread(getThread);
Note:
See TracChangeset
for help on using the changeset viewer.