From 90fe99277f0300eb7f0b80545d6a21f94198d45f Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 12 Nov 2009 12:25:28 +0000 Subject: Improved (fixed) http communication. --- client/netcom.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/netcom.h') diff --git a/client/netcom.h b/client/netcom.h index c40f85c..f1a8766 100644 --- a/client/netcom.h +++ b/client/netcom.h @@ -48,7 +48,9 @@ public: void send(QVector< Widget* > widgets, QString templ, QString macro, QString version); public slots: - void done(bool); + void stateChanged(int state); + void readyRead(const QHttpResponseHeader &resp); + #ifdef USE_SSL void sslError(const QList &errlst); #endif -- cgit v1.2.3