summaryrefslogtreecommitdiff
path: root/client/netcom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/netcom.cc')
-rw-r--r--client/netcom.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/netcom.cc b/client/netcom.cc
index 0f73e60..060517d 100644
--- a/client/netcom.cc
+++ b/client/netcom.cc
@@ -58,7 +58,10 @@ QDomDocument NetCom::send(QString course, QString macro)
request_elem.setAttribute("macro", macro);
pracro_elem.appendChild(request_elem);
+ printf(doc.toString().toStdString().c_str());
+
socket.write(doc.toByteArray());
+ socket.waitForBytesWritten(10000);
do {
qApp->processEvents();