Changeset 260 in flair-src for trunk/tools/FlairGCS/src/ConnectionLayout.cpp
- Timestamp:
- 07/26/18 14:44:42 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/ConnectionLayout.cpp
r258 r260 16 16 17 17 ConnectionLayout::~ConnectionLayout() { 18 } 19 20 void ConnectionLayout::udtSocketDestroyed(QObject *obj){ 21 socket=NULL; 18 22 } 19 23 … … 66 70 void ConnectionLayout::XmlToSend(QDomDocument doc) { 67 71 //fprintf(stderr,"xml to send\n%s\n",doc.toString().toLocal8Bit().constData()); 72 if(!socket) return; 68 73 69 74 // xml to send a mettre dans le manager
Note:
See TracChangeset
for help on using the changeset viewer.