From 47ddcf0d11f626e8a6fe6d3142bd38f9c129ef8b Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 4 Nov 2009 10:01:23 +0000 Subject: Prepare for SSL encrypted connection (https). --- client/netcom.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/netcom.h') diff --git a/client/netcom.h b/client/netcom.h index e11509b..c40f85c 100644 --- a/client/netcom.h +++ b/client/netcom.h @@ -33,6 +33,8 @@ #include #include +//#define USE_SSL + //#include "widgets/widget.h" class Widget; @@ -47,6 +49,9 @@ public: public slots: void done(bool); +#ifdef USE_SSL + void sslError(const QList &errlst); +#endif private: volatile bool transfering; -- cgit v1.2.3