diff options
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 |