Ignore:
Timestamp:
Apr 1, 2011, 1:58:39 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncrtnetdecoder.cpp

    r3225 r3233  
    5252  // List of upload casters
    5353  // ----------------------
     54  int iRow = -1;
    5455  QListIterator<QString> it(settings.value("uploadMountpointsOut").toStringList());
    5556  while (it.hasNext()) {
    5657    QStringList hlp = it.next().split(",");
    5758    if (hlp.size() > 6) {
     59      ++iRow;
    5860      int  outPort = hlp[1].toInt();
    5961      bool CoM     = (hlp[5].toInt() == Qt::Checked);
     
    6163                                                       hlp[2], hlp[0], outPort,
    6264                                                       hlp[3], hlp[4], CoM,
    63                                                        hlp[6], hlp[7], "");
     65                                                       hlp[6], hlp[7], "", iRow);
    6466      newCaster->start();
    6567      _casters.push_back(newCaster);
Note: See TracChangeset for help on using the changeset viewer.