diff options
Diffstat (limited to 'client/netcom.h')
-rw-r--r-- | client/netcom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/netcom.h b/client/netcom.h index 8f8b007..81fb147 100644 --- a/client/netcom.h +++ b/client/netcom.h @@ -42,12 +42,13 @@ public: ~NetCom(); QDomDocument send(QString course, QString macro = ""); - void send(QVector< Widget* > widgets, QString course, QString macro, QString version); + void send(QVector< Widget* > widgets, QString macro, QString version); public slots: void readyRead(); private: + volatile bool transmitting; QTcpSocket socket; QByteArray buffer; |