netatmo: Add Qt6 support
parent
2b3d60071e
commit
d84f69466a
|
|
@ -103,7 +103,7 @@ void IntegrationPluginNetatmo::confirmPairing(ThingPairingInfo *info, const QStr
|
|||
|
||||
NetatmoConnection *connection = m_pendingSetups.value(info->thingId());
|
||||
if (!connection) {
|
||||
qWarning(dcNetatmo()) << "No NetatmoConnect connection found for device:" << info->thingName();
|
||||
qCWarning(dcNetatmo()) << "No NetatmoConnect connection found for device:" << info->thingName();
|
||||
m_pendingSetups.remove(info->thingId());
|
||||
info->finish(Thing::ThingErrorHardwareFailure);
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
include(../plugins.pri)
|
||||
|
||||
QT += network
|
||||
|
||||
TARGET = $$qtLibraryTarget(nymea_integrationpluginnetatmo)
|
||||
QT *= network
|
||||
|
||||
SOURCES += \
|
||||
integrationpluginnetatmo.cpp \
|
||||
|
|
|
|||
Loading…
Reference in New Issue