sgready: Add Qt6 support
parent
70d6519409
commit
4f728d2595
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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 <integrations/integrationplugin.h>
|
||||
|
||||
class SgReadyInterface;
|
||||
|
||||
class IntegrationPluginSgReady : public IntegrationPlugin
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 <QObject>
|
||||
|
||||
#include "gpio.h"
|
||||
#include <gpio.h>
|
||||
|
||||
class SgReadyInterface : public QObject
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue