Fix imageprovider.

This commit is contained in:
Black Hat
2018-07-07 19:06:13 +08:00
parent 17fa7cc7da
commit b3c0dc9421
12 changed files with 66 additions and 51 deletions

View File

@@ -18,7 +18,8 @@ SOURCES += main.cpp \
matrix/controller.cpp \
matrix/roomlistmodel.cpp \
matrix/imageprovider.cpp \
matrix/messageeventmodel.cpp
matrix/messageeventmodel.cpp \
matrix/imageproviderconnection.cpp
RESOURCES += \
res.qrc
@@ -52,4 +53,5 @@ HEADERS += \
matrix/controller.h \
matrix/roomlistmodel.h \
matrix/imageprovider.h \
matrix/messageeventmodel.h
matrix/messageeventmodel.h \
matrix/imageproviderconnection.h