- Timestamp:
- Mar 30, 2008, 6:34:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnseph.cpp
r760 r761 14 14 * 15 15 * -----------------------------------------------------------------------*/ 16 17 #include <iostream> 16 18 17 19 #include "bnseph.h" … … 54 56 if (_socket->canReadLine()) { 55 57 QByteArray line = _socket->readLine(); 56 emit(newMessage(line));58 cout << line.data(); 57 59 } 58 60 else {
Note:
See TracChangeset
for help on using the changeset viewer.