mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
chore: use auto to declare variables
This commit is contained in:
@@ -12,8 +12,7 @@ class GatewayAuthenticator : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit GatewayAuthenticator(const QString& gateway, GatewayAuthenticatorParams params);
|
||||
~GatewayAuthenticator();
|
||||
explicit GatewayAuthenticator(const QString &gateway, GatewayAuthenticatorParams params);
|
||||
|
||||
void authenticate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user