reversessh: Add Qt6 support

master
Simon Stürz 2025-08-08 15:57:36 +02:00
parent b99f9f5d90
commit e157a9b64c
2 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,6 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Copyright 2013 - 2020, 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,8 +31,9 @@
#ifndef INTEGRATIONPLUGINREMOTESSH_H #ifndef INTEGRATIONPLUGINREMOTESSH_H
#define INTEGRATIONPLUGINREMOTESSH_H #define INTEGRATIONPLUGINREMOTESSH_H
#include "plugintimer.h" #include <integrations/integrationplugin.h>
#include "integrations/integrationplugin.h" #include <plugintimer.h>
#include "extern-plugininfo.h" #include "extern-plugininfo.h"
#include <QProcess> #include <QProcess>
@ -54,7 +55,7 @@ public:
void thingRemoved(Thing *thing) override; void thingRemoved(Thing *thing) override;
private: private:
QHash<Thing*, QProcess*> m_processes; QHash<Thing *, QProcess *> m_processes;
PluginTimer *m_watchdog = nullptr; PluginTimer *m_watchdog = nullptr;
}; };

View File

@ -1,10 +1,8 @@
include(../plugins.pri) include(../plugins.pri)
TARGET = $$qtLibraryTarget(nymea_integrationpluginreversessh)
SOURCES += \ SOURCES += \
integrationpluginreversessh.cpp \ integrationpluginreversessh.cpp
HEADERS += \ HEADERS += \
integrationpluginreversessh.h \ integrationpluginreversessh.h