simpleheatpump: Add Qt6 support

This commit is contained in:
Simon Stürz 2025-08-08 16:19:19 +02:00
parent d387be5c11
commit 1ffb462677

View File

@ -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,7 @@
#ifndef INTEGRATIONPLUGINSIMPLEHEATPUMP_H
#define INTEGRATIONPLUGINSIMPLEHEATPUMP_H
#include "integrations/integrationplugin.h"
#include <integrations/integrationplugin.h>
#include <gpio.h>
class IntegrationPluginSimpleHeatpump : public IntegrationPlugin