Add avatar support.

This commit is contained in:
Black Hat
2018-03-02 16:56:36 +08:00
parent 6a610e3808
commit d4c2a1ed50
10 changed files with 148 additions and 52 deletions

View File

@@ -16,7 +16,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += main.cpp \
matrix/controller.cpp \
matrix/roomlistmodel.cpp
matrix/roomlistmodel.cpp \
matrix/imageprovider.cpp
RESOURCES += \
res.qrc
@@ -48,4 +49,5 @@ DISTFILES += \
HEADERS += \
matrix/controller.h \
matrix/roomlistmodel.h
matrix/roomlistmodel.h \
matrix/imageprovider.h