Changeset 278 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Nov 8, 2006, 11:58:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r276 r278 393 393 QByteArray format = _mountPointsTable->item(iRow, 2)->text().toAscii(); 394 394 395 bncGetThread* getThread = new bncGetThread(url, format );395 bncGetThread* getThread = new bncGetThread(url, format, iRow); 396 396 397 397 connect(getThread, SIGNAL(newMessage(const QByteArray&)),
Note:
See TracChangeset
for help on using the changeset viewer.