Implement sorting rooms by category

This commit is contained in:
Tobias Fella
2020-11-08 16:13:53 +00:00
parent da4aa0fa21
commit 95e2993f70
8 changed files with 149 additions and 13 deletions

View File

@@ -15,6 +15,7 @@ add_executable(neochat
utils.cpp
main.cpp
notificationsmanager.cpp
sortfilterroomlistmodel.cpp
../res.qrc
)