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:
eelke 2018-12-24 07:51:27 +01:00
parent efb3e71556
commit 93c8b49f61
6 changed files with 284 additions and 36 deletions

View file

@ -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();
}