solarlog: Add Qt6 support

master
Simon Stürz 2025-08-08 16:20:48 +02:00
parent 1ffb462677
commit 34540ad217
3 changed files with 11 additions and 8 deletions

View File

@ -1,6 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright 2013 - 2020, nymea GmbH
* Copyright 2013 - 2025, nymea GmbH
* Contact: contact@nymea.io
*
* This file is part of nymea.
@ -30,7 +30,9 @@
#include "integrationpluginsolarlog.h"
#include "plugininfo.h"
#include "network/networkaccessmanager.h"
#include <network/networkaccessmanager.h>
#include <plugintimer.h>
#include <QJsonDocument>
#include <QJsonObject>

View File

@ -1,6 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright 2013 - 2020, nymea GmbH
* Copyright 2013 - 2025, nymea GmbH
* Contact: contact@nymea.io
*
* This file is part of nymea.
@ -31,15 +31,16 @@
#ifndef INTEGRATIONPLUGINSOLARLOG_H
#define INTEGRATIONPLUGINSOLARLOG_H
#include "integrations/integrationplugin.h"
#include "plugintimer.h"
#include <integrations/integrationplugin.h>
#include <QDebug>
#include <QHostAddress>
#include <QUrlQuery>
class PluginTimer;
class IntegrationPluginSolarLog: public IntegrationPlugin {
class IntegrationPluginSolarLog: public IntegrationPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "io.nymea.IntegrationPlugin" FILE "integrationpluginsolarlog.json")
Q_INTERFACES(IntegrationPlugin)

View File

@ -3,7 +3,7 @@ include(../plugins.pri)
QT += network
SOURCES += \
integrationpluginsolarlog.cpp \
integrationpluginsolarlog.cpp
HEADERS += \
integrationpluginsolarlog.h \
integrationpluginsolarlog.h