PgServerObject now contains a list of acl's for the object so all the different objects
can use this implementation.
This commit is contained in:
parent
efb3e71556
commit
93c8b49f61
6 changed files with 284 additions and 36 deletions
|
|
@ -87,7 +87,7 @@ QVariant ProcTableModel::getData(const QModelIndex &index) const
|
|||
if (lan) return lan->objectName();
|
||||
return t.lang;
|
||||
}
|
||||
case AclCol: return t.acl;
|
||||
case AclCol: return t.aclString();
|
||||
}
|
||||
return QVariant();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue