mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Allow to find and select the default distributors
This commit is contained in:
@@ -30,6 +30,9 @@ namespace BlackMisc
|
||||
//! Object with key, notFound otherwise
|
||||
OBJ findByKey(KEYTYPE key, const OBJ ¬Found = OBJ()) const;
|
||||
|
||||
//! Object with key, notFound otherwise
|
||||
CONTAINER findByKeys(const QSet<KEYTYPE> &keys) const;
|
||||
|
||||
//! Objects with DB key
|
||||
CONTAINER findObjectsWithDbKey() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user