Preparation for messageeventmodel.

This commit is contained in:
Black Hat
2018-03-05 19:11:55 +08:00
parent 9b4fa0d8c6
commit fe57008564
6 changed files with 39 additions and 15 deletions

View File

@@ -17,7 +17,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += main.cpp \
matrix/controller.cpp \
matrix/roomlistmodel.cpp \
matrix/imageprovider.cpp
matrix/imageprovider.cpp \
matrix/messageeventmodel.cpp
RESOURCES += \
res.qrc
@@ -50,4 +51,5 @@ DISTFILES += \
HEADERS += \
matrix/controller.h \
matrix/roomlistmodel.h \
matrix/imageprovider.h
matrix/imageprovider.h \
matrix/messageeventmodel.h