- Timestamp:
- Apr 19, 2009, 8:27:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r1799 r1800 94 94 else { 95 95 _casterEph = new t_bnscaster(mountpoint); 96 connect(_caster .back(), SIGNAL(error(const QByteArray)),96 connect(_casterEph, SIGNAL(error(const QByteArray)), 97 97 this, SLOT(slotError(const QByteArray))); 98 connect(_caster .back(), SIGNAL(newMessage(const QByteArray)),98 connect(_casterEph, SIGNAL(newMessage(const QByteArray)), 99 99 this, SLOT(slotMessage(const QByteArray))); 100 100 }
Note:
See TracChangeset
for help on using the changeset viewer.