From c64012505ddc16f1a06dee4d3a7fb4f6c072d173 Mon Sep 17 00:00:00 2001 From: Boernsman Date: Fri, 5 Feb 2021 13:50:28 +0100 Subject: [PATCH] fixed rebase --- idm/integrationpluginidm.cpp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/idm/integrationpluginidm.cpp b/idm/integrationpluginidm.cpp index b0efe1f..66483d6 100644 --- a/idm/integrationpluginidm.cpp +++ b/idm/integrationpluginidm.cpp @@ -149,20 +149,6 @@ void IntegrationPluginIdm::update(Thing *thing) if (idm != nullptr) { idm->onRequestStatus(); } -<<<<<<< HEAD - - if (m_idmInfos.contains(thing)) { -<<<<<<< HEAD - ThingSetupInfo *info = m_idmInfos.take(thing); - info->finish(Thing::ThingErrorNoError); -======= - /* ThingSetupInfo *info = m_idmInfos.take(thing); */ - /* qCDebug(dcIdm()) << "Finishing setup 4!"; */ - /* info->finish(Thing::ThingErrorNoError); */ ->>>>>>> 3b5ab5c... Another fix for previous commit - } -======= ->>>>>>> 27a88b6... Removed thread delay and used Timer instead } }