Allow to find and select the default distributors

This commit is contained in:
Klaus Basan
2018-11-14 04:23:22 +01:00
parent b937f10992
commit c94a619599
6 changed files with 79 additions and 1 deletions

View File

@@ -30,6 +30,9 @@ namespace BlackMisc
//! Object with key, notFound otherwise
OBJ findByKey(KEYTYPE key, const OBJ &notFound = OBJ()) const;
//! Object with key, notFound otherwise
CONTAINER findByKeys(const QSet<KEYTYPE> &keys) const;
//! Objects with DB key
CONTAINER findObjectsWithDbKey() const;