Ignore:
Timestamp:
May 9, 2019, 8:17:51 AM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncuploadcaster.cpp

    r8708 r8733  
    5555    connect(this, SIGNAL(newBytes(QByteArray,double)),
    5656            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),
    5762            SLOT(slotNewBytes(const QByteArray,double)));
    5863  }
Note: See TracChangeset for help on using the changeset viewer.