Changeset 258 in flair-src for trunk/tools/FlairGCS/src/ConnectionLayout.cpp
- Timestamp:
- Jul 24, 2018, 4:52:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/ConnectionLayout.cpp
r253 r258 65 65 66 66 void ConnectionLayout::XmlToSend(QDomDocument doc) { 67 //fprintf(stderr,"xml to send\n%s\n",doc.toString().toLocal8Bit().constData());67 //fprintf(stderr,"xml to send\n%s\n",doc.toString().toLocal8Bit().constData()); 68 68 69 69 // xml to send a mettre dans le manager 70 socket->write(doc.toString().toLocal8Bit().constData(),doc.toString().toLocal8Bit().length());/* 70 if(doc.toString().toLocal8Bit().length()!=0) { 71 socket->write(doc.toString().toLocal8Bit().constData(),doc.toString().toLocal8Bit().length()); 72 } 73 /* 71 74 QMetaObject::invokeMethod( 72 75 socket, "write", Qt::BlockingQueuedConnection,
Note:
See TracChangeset
for help on using the changeset viewer.