From 4f728d259547b97635eadfba9de314611a86a7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 8 Aug 2025 16:14:09 +0200 Subject: [PATCH] sgready: Add Qt6 support --- sgready/integrationpluginsgready.cpp | 3 ++- sgready/integrationpluginsgready.h | 7 ++++--- sgready/sgreadyinterface.h | 5 ++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/sgready/integrationpluginsgready.cpp b/sgready/integrationpluginsgready.cpp index 384b8037..fc792f87 100644 --- a/sgready/integrationpluginsgready.cpp +++ b/sgready/integrationpluginsgready.cpp @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2021, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -29,6 +29,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include "integrationpluginsgready.h" +#include "sgreadyinterface.h" #include "plugininfo.h" IntegrationPluginSgReady::IntegrationPluginSgReady() diff --git a/sgready/integrationpluginsgready.h b/sgready/integrationpluginsgready.h index 4c72b137..be7ce81b 100644 --- a/sgready/integrationpluginsgready.h +++ b/sgready/integrationpluginsgready.h @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2021, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -31,8 +31,9 @@ #ifndef INTEGRATIONPLUGINSGREADY_H #define INTEGRATIONPLUGINSGREADY_H -#include "integrations/integrationplugin.h" -#include "sgreadyinterface.h" +#include + +class SgReadyInterface; class IntegrationPluginSgReady : public IntegrationPlugin { diff --git a/sgready/sgreadyinterface.h b/sgready/sgreadyinterface.h index 5c1f9869..145b5b21 100644 --- a/sgready/sgreadyinterface.h +++ b/sgready/sgreadyinterface.h @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2021, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -32,8 +32,7 @@ #define SGREADYINTERFACE_H #include - -#include "gpio.h" +#include class SgReadyInterface : public QObject {