Changeset 8733 in ntrip for trunk/BNC/src/upload
- Timestamp:
- May 9, 2019, 8:17:51 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncuploadcaster.cpp
r8708 r8733 55 55 connect(this, SIGNAL(newBytes(QByteArray,double)), 56 56 BNC_CORE->_uploadTableItems.value(iRow), 57 SLOT(slotNewBytes(const QByteArray,double))); 58 } 59 if (BNC_CORE->_uploadEphTableItems.find(_iRow) != BNC_CORE->_uploadEphTableItems.end()){ 60 connect(this, SIGNAL(newBytes(QByteArray,double)), 61 BNC_CORE->_uploadEphTableItems.value(iRow), 57 62 SLOT(slotNewBytes(const QByteArray,double))); 58 63 }
Note:
See TracChangeset
for help on using the changeset viewer.