mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00:00
11 lines
154 B
C++
11 lines
154 B
C++
#include "awgprotocol.h"
|
|
|
|
Awg::Awg(const QJsonObject &configuration, QObject *parent)
|
|
: WireguardProtocol(configuration, parent)
|
|
{
|
|
}
|
|
|
|
Awg::~Awg()
|
|
{
|
|
}
|