From 530e5973a6b811df197fac35f2f5f681db2f9f80 Mon Sep 17 00:00:00 2001 From: alexandr <alexandrmruchok@gmail.com> Date: Wed, 10 Jun 2020 18:00:27 +0300 Subject: [PATCH 1/2] [*] pipeline bug fix --- vpn/ui/dialogs/SignUpScreen.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vpn/ui/dialogs/SignUpScreen.h b/vpn/ui/dialogs/SignUpScreen.h index 5b2f487a9..399b9cbc8 100644 --- a/vpn/ui/dialogs/SignUpScreen.h +++ b/vpn/ui/dialogs/SignUpScreen.h @@ -1,6 +1,10 @@ #ifndef SIGNUPSCREEN_H #define SIGNUPSCREEN_H +#ifdef QT_NO_SSL + #undef QT_NO_SSL +#endif + #include <QLineEdit> #include <QLabel> #include <QStateMachine> -- GitLab From 6502d133a97cc2ba97042ef547b947640ede76a9 Mon Sep 17 00:00:00 2001 From: alexandr <alexandrmruchok@gmail.com> Date: Wed, 10 Jun 2020 18:36:28 +0300 Subject: [PATCH 2/2] [*] try to fix pipeline --- vpn/ui/dialogs/SignUpScreen.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vpn/ui/dialogs/SignUpScreen.h b/vpn/ui/dialogs/SignUpScreen.h index 399b9cbc8..0e1a69cf7 100644 --- a/vpn/ui/dialogs/SignUpScreen.h +++ b/vpn/ui/dialogs/SignUpScreen.h @@ -1,9 +1,9 @@ #ifndef SIGNUPSCREEN_H #define SIGNUPSCREEN_H -#ifdef QT_NO_SSL - #undef QT_NO_SSL -#endif +//#ifdef QT_NO_SSL +// #undef QT_NO_SSL +//#endif #include <QLineEdit> #include <QLabel> -- GitLab