Identifier list was filled and more and more identifiers got checked via DBus

- identifier set if only one unique identifer is needed
- using set avoids duplicates and fixes the bug
- restart time if registered, no need to check again
This commit is contained in:
Klaus Basan
2018-08-20 18:15:31 +02:00
parent f1312bbb50
commit b610ff1087
5 changed files with 107 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ namespace BlackMisc
} //namespace
Q_DECLARE_METATYPE(BlackMisc::CIdentifierList)
Q_DECLARE_METATYPE(BlackMisc::CCollection<BlackMisc::CIdentifier>)
Q_DECLARE_METATYPE(BlackMisc::CSequence<BlackMisc::CIdentifier>)
// in set: Q_DECLARE_METATYPE(BlackMisc::CCollection<BlackMisc::CIdentifier>)
#endif //guard