From fb615c588490c406dea0286c01d96808d2ea8111 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Wed, 6 May 2026 20:16:06 -0400 Subject: [PATCH] Upload relayclient.h --- app/vpn/relayclient.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/vpn/relayclient.h b/app/vpn/relayclient.h index 64c3da1..0ebca58 100644 --- a/app/vpn/relayclient.h +++ b/app/vpn/relayclient.h @@ -15,6 +15,7 @@ #include #include #include +#include #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