fixed a typo in the serverController include
This commit is contained in:
parent
16724645ce
commit
4ae9cddcce
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <QJsonDocument>
|
||||
#include <QJsonObject>
|
||||
|
||||
#include "core/servercontroller.h"
|
||||
#include "core/controllers/serverController.h"
|
||||
|
||||
AwgConfigurator::AwgConfigurator(std::shared_ptr<Settings> settings, QObject *parent)
|
||||
: WireguardConfigurator(settings, true, parent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue