Another fix for previous commit

Merge should be fine now
pull/7/head
Hermann Detz 2020-11-18 15:49:16 +01:00 committed by Michael Zanetti
parent 0dfb894fcb
commit 11fe099825
1 changed files with 6 additions and 0 deletions

View File

@ -172,8 +172,14 @@ void IntegrationPluginIdm::update(Thing *thing)
idm->onRequestStatus();
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
}
}
}