diff --git a/GPClient/gatewayauthenticatorparams.cpp b/GPClient/gatewayauthenticatorparams.cpp index 80fce27..59eb789 100644 --- a/GPClient/gatewayauthenticatorparams.cpp +++ b/GPClient/gatewayauthenticatorparams.cpp @@ -64,4 +64,3 @@ void GatewayAuthenticatorParams::setInputStr(const QString &inputStr) { m_inputStr = inputStr; } - diff --git a/GPClient/gphelper.cpp b/GPClient/gphelper.cpp index f38d2a8..8e45227 100644 --- a/GPClient/gphelper.cpp +++ b/GPClient/gphelper.cpp @@ -172,7 +172,7 @@ bool gpclient::helper::settings::secureGet(const QString &key, QString &value) { if ( job.error() ) { return false; } - + value = pw; return true; -} \ No newline at end of file +} diff --git a/GPClient/portalconfigresponse.cpp b/GPClient/portalconfigresponse.cpp index 6603c90..45e117d 100644 --- a/GPClient/portalconfigresponse.cpp +++ b/GPClient/portalconfigresponse.cpp @@ -172,4 +172,3 @@ void PortalConfigResponse::setPrelogonUserAuthCookie(const QString cookie) { m_prelogonAuthCookie = cookie; } - diff --git a/GPClient/vpn_json.cpp b/GPClient/vpn_json.cpp index 78a35e5..dcfe213 100644 --- a/GPClient/vpn_json.cpp +++ b/GPClient/vpn_json.cpp @@ -1,5 +1,5 @@ #include "vpn_json.h" -#include +#include #include #include #include