refs #881, utility functions for identifier list

This commit is contained in:
Klaus Basan
2017-02-13 17:06:53 +01:00
committed by Mathew Sutcliffe
parent e73c8c4f36
commit f581a40b75
2 changed files with 30 additions and 1 deletions

View File

@@ -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