refs #520 When unregistering DBus objects, also remove them from the map of DBus objects.

This commit is contained in:
Mathew Sutcliffe
2015-11-29 21:20:52 +00:00
parent 01d20c53e7
commit 370a392860

View File

@@ -249,6 +249,7 @@ namespace BlackMisc
} }
} }
} }
m_objects.clear();
} }
const QDBusConnection &CDBusServer::defaultConnection() const QDBusConnection &CDBusServer::defaultConnection()