Updates based on comments

This commit is contained in:
James Graham
2023-07-31 17:48:00 +01:00
parent 980211f36a
commit 648fff20f2
6 changed files with 20 additions and 5 deletions

View File

@@ -60,7 +60,6 @@ Controller::Controller(QObject *parent)
: QObject(parent)
{
Connection::setRoomType<NeoChatRoom>();
Connection::setUserType<User>();
setApplicationProxy();