Rework models hierarchy, room categories models
This commit is contained in:
@@ -89,7 +89,6 @@ class ClientManager(QObject):
|
||||
def deleteAll(self) -> None:
|
||||
for user_id in self.clients.copy():
|
||||
self.delete(user_id)
|
||||
print("deleted", user_id, self.clients)
|
||||
|
||||
|
||||
@pyqtProperty(str, constant=True)
|
||||
|
||||
Reference in New Issue
Block a user