Fix Linux build, some naming changes
This commit is contained in:
parent
b7fbb84a58
commit
4ed153373f
5 changed files with 3 additions and 3 deletions
17
client/protocols/amneziawireguardprotocol.h
Normal file
17
client/protocols/amneziawireguardprotocol.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
#ifndef AMNEZIAWIREGUARDPROTOCOL_H
|
||||
#define AMNEZIAWIREGUARDPROTOCOL_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "wireguardprotocol.h"
|
||||
|
||||
class AmneziaWireGuardProtocol : public WireguardProtocol
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AmneziaWireGuardProtocol(const QJsonObject &configuration, QObject *parent = nullptr);
|
||||
virtual ~AmneziaWireGuardProtocol() override;
|
||||
};
|
||||
|
||||
#endif // AMNEZIAWIREGUARDPROTOCOL_H
|
Loading…
Add table
Add a link
Reference in a new issue