Upload relayclient.h
This commit is contained in:
parent
cd3f99b0e4
commit
fb615c5884
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#include <QUrl>
|
||||
#include <QList>
|
||||
#include <QJsonObject>
|
||||
#include <QVariantList>
|
||||
|
||||
#include "wireguardconfig.h"
|
||||
|
||||
|
|
@ -27,6 +28,7 @@ struct RelayHost {
|
|||
QString name;
|
||||
QString ip;
|
||||
int port = 47984;
|
||||
QVariantList displays; // Each entry: QVariantMap with name, friendlyName, width, height, isPrimary
|
||||
};
|
||||
|
||||
class RelayClient : public QObject
|
||||
|
|
|
|||
Loading…
Reference in a new issue