diff options
author | deva <deva> | 2009-11-12 12:25:28 +0000 |
---|---|---|
committer | deva <deva> | 2009-11-12 12:25:28 +0000 |
commit | 90fe99277f0300eb7f0b80545d6a21f94198d45f (patch) | |
tree | 5fa0d5e16a3aae2c20e334921a10b955d3811c49 /client/netcom.h | |
parent | ef8ca720c38d91e9892eb3ed85f4b7d459d43b83 (diff) |
Improved (fixed) http communication.
Diffstat (limited to 'client/netcom.h')
-rw-r--r-- | client/netcom.h | 4 |
1 files changed, 3 insertions, 1 deletions
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<QSslError> &errlst); #endif |