Init UserListModel.

Another model from Quaternion.
Also UI tweaks in RoomListModel.
This commit is contained in:
Black Hat
2018-08-26 13:17:12 +08:00
parent 8c4ef9ad01
commit 0ad9ed7b5d
9 changed files with 287 additions and 50 deletions

View File

@@ -26,7 +26,8 @@ SOURCES += src/main.cpp \
src/messageeventmodel.cpp \
src/imageproviderconnection.cpp \
src/emojimodel.cpp \
src/matriqueroom.cpp
src/matriqueroom.cpp \
src/userlistmodel.cpp
RESOURCES += \
res.qrc
@@ -86,4 +87,5 @@ HEADERS += \
src/messageeventmodel.h \
src/imageproviderconnection.h \
src/emojimodel.h \
src/matriqueroom.h
src/matriqueroom.h \
src/userlistmodel.h