Changeset 278 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Nov 8, 2006, 11:58:57 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r276 r278  
    393393    QByteArray format = _mountPointsTable->item(iRow, 2)->text().toAscii();
    394394
    395     bncGetThread* getThread = new bncGetThread(url, format);
     395    bncGetThread* getThread = new bncGetThread(url, format, iRow);
    396396
    397397    connect(getThread, SIGNAL(newMessage(const QByteArray&)),
Note: See TracChangeset for help on using the changeset viewer.