Improve code

This commit is contained in:
Kevin Yue
2020-05-23 21:33:52 +08:00
parent 7f5bf0ce52
commit e22bb8e1b7
14 changed files with 61 additions and 51 deletions

View File

@@ -22,7 +22,7 @@ namespace gpclient {
SAMLLoginWindow *samlLogin(QString samlMethod, QString samlRequest, QString preloginUrl);
GPGateway& filterPreferredGateway(QList<GPGateway> &gateways, QString ruleName);
GPGateway filterPreferredGateway(QList<GPGateway> *gateways, const QString ruleName);
QUrlQuery parseGatewayResponse(const QByteArray& xml);