powerfox: Add Qt6 support

This commit is contained in:
Simon Stürz 2025-08-08 15:52:36 +02:00
parent 6c104c018a
commit b16a71401a
2 changed files with 6 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2022, nymea GmbH * Copyright 2013 - 2025, nymea GmbH
* Contact: contact@nymea.io * Contact: contact@nymea.io
* *
* This file is part of nymea. * This file is part of nymea.
@ -31,7 +31,8 @@
#ifndef INTEGRATIONPLUGINPOWERFOX_H #ifndef INTEGRATIONPLUGINPOWERFOX_H
#define INTEGRATIONPLUGINPOWERFOX_H #define INTEGRATIONPLUGINPOWERFOX_H
#include "integrations/integrationplugin.h" #include <integrations/integrationplugin.h>
#include "extern-plugininfo.h" #include "extern-plugininfo.h"
#include <QUrlQuery> #include <QUrlQuery>