summaryrefslogtreecommitdiff
path: root/webproxyconn.h
diff options
context:
space:
mode:
Diffstat (limited to 'webproxyconn.h')
-rw-r--r--webproxyconn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webproxyconn.h b/webproxyconn.h
index 533feeb..264e792 100644
--- a/webproxyconn.h
+++ b/webproxyconn.h
@@ -24,12 +24,12 @@ protected:
static RequestMessage unpackRequestMessage(const QByteArray &data);
private slots:
- void handleConnected();
void handleMessageReceived();
private:
SAPConnection *_conn;
- SAPSocket *_socket;
+ SAPSocket *_in;
+ SAPSocket *_out;
};
#endif // WEBPROXYCONN_H