refs #502, added role support and user as data object (for distribution)

This commit is contained in:
Klaus Basan
2015-11-04 03:04:42 +01:00
committed by Mathew Sutcliffe
parent 23b310ac9b
commit 87a55edc04
5 changed files with 68 additions and 2 deletions

View File

@@ -38,6 +38,9 @@ namespace BlackMisc
//! Has role?
bool hasRole(const CRole &role) const;
//! Has any role?
bool hasAnyRole(const QStringList &roles) const;
//! Construct from a base class object.
CRoleList(const CSequence<CRole> &other);