mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
refs #881, utility functions for identifier list
This commit is contained in:
committed by
Mathew Sutcliffe
parent
e73c8c4f36
commit
f581a40b75
@@ -42,6 +42,12 @@ namespace BlackMisc
|
||||
|
||||
//! This list contains an identifier which is not contained in other.
|
||||
bool containsAnyNotIn(const CIdentifierList &other) const;
|
||||
|
||||
//! Get machine names
|
||||
QStringList getMachineNames(bool unique = true, bool sort = true) const;
|
||||
|
||||
//! Remove duplicates
|
||||
int removeDuplicates();
|
||||
};
|
||||
} //namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user