feat: relay InstanceService PropertiesChanged signal

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2023-09-14 17:57:44 +08:00
committed by Comix
parent 6448481cfc
commit 51459ee33a
3 changed files with 10 additions and 5 deletions

View File

@ -513,7 +513,7 @@ void ApplicationService::detachAllInstance() noexcept
{
for (auto &instance : m_Instances.values()) {
orphanedInstances->append(instance);
instance->m_orphaned = true;
instance->setProperty("Orphaned", true);
}
m_Instances.clear();