Changeset 5066 in ntrip for trunk/BNC/src/upload
- Timestamp:
- Mar 30, 2013, 11:31:00 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncuploadcaster.cpp
r4985 r5066 45 45 _isToBeDeleted = false; 46 46 47 bncApp* app = (bncApp*) qApp;48 47 connect(this, SIGNAL(newMessage(QByteArray,bool)), 49 app, SLOT(slotMessage(const QByteArray,bool)));48 PGM_CORE, SLOT(slotMessage(const QByteArray,bool))); 50 49 51 if ( app->_uploadTableItems.find(_iRow) != app->_uploadTableItems.end()){50 if (PGM_CORE->_uploadTableItems.find(_iRow) != PGM_CORE->_uploadTableItems.end()){ 52 51 connect(this, SIGNAL(newBytes(QByteArray,double)), 53 app->_uploadTableItems.value(iRow),52 PGM_CORE->_uploadTableItems.value(iRow), 54 53 SLOT(slotNewBytes(const QByteArray,double))); 55 54 }
Note:
See TracChangeset
for help on using the changeset viewer.