diff options
Diffstat (limited to 'client/netcom.cc')
-rw-r--r-- | client/netcom.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/netcom.cc b/client/netcom.cc index 060517d..a4d1fb3 100644 --- a/client/netcom.cc +++ b/client/netcom.cc @@ -69,6 +69,10 @@ QDomDocument NetCom::send(QString course, QString macro) buffer = ""; + QDomElement elem = res_doc.documentElement(); + + printf(res_doc.toString().toStdString().c_str()); + return res_doc; } |