Another fix for previous commit
Merge should be fine now
This commit is contained in:
parent
0dfb894fcb
commit
11fe099825
@ -172,8 +172,14 @@ void IntegrationPluginIdm::update(Thing *thing)
|
|||||||
idm->onRequestStatus();
|
idm->onRequestStatus();
|
||||||
|
|
||||||
if (m_idmInfos.contains(thing)) {
|
if (m_idmInfos.contains(thing)) {
|
||||||
|
<<<<<<< HEAD
|
||||||
ThingSetupInfo *info = m_idmInfos.take(thing);
|
ThingSetupInfo *info = m_idmInfos.take(thing);
|
||||||
info->finish(Thing::ThingErrorNoError);
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user