summaryrefslogtreecommitdiff
path: root/client/netcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/netcom.h')
-rw-r--r--client/netcom.h5
1 files changed, 5 insertions, 0 deletions
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 <QDomDocument>
#include <QHttp>
+//#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<QSslError> &errlst);
+#endif
private:
volatile bool transfering;