Remove Space Child
Add button to remove a child in a space if the user has the correct power levels
This commit is contained in:
@@ -45,6 +45,11 @@ public:
|
||||
IsJoinedRole,
|
||||
IsSpaceRole,
|
||||
CanAddChildrenRole,
|
||||
ParentDisplayNameRole,
|
||||
CanSetParentRole,
|
||||
IsDeclaredParentRole,
|
||||
CanRemove,
|
||||
ParentRoomRole,
|
||||
};
|
||||
|
||||
explicit SpaceChildrenModel(QObject *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user