update// addec chatmodel.h chatmodel.cpp to realize the whole chat history

This commit is contained in:
Strider
2020-04-26 21:50:49 +02:00
parent 8793d96e39
commit 22cc122120
3 changed files with 147 additions and 2 deletions

View File

@@ -67,7 +67,8 @@ SOURCES += \
src/liteinterface.cpp \
src/camount.cpp \
src/chatbubbleme.cpp \
src/chatbubblepartner.cpp
src/chatbubblepartner.cpp \
src/chatmodel.cpp
HEADERS += \
src/firsttimewizard.h \
@@ -98,7 +99,8 @@ HEADERS += \
src/camount.h \
lib/silentdragonlitelib.h \
src/chatbubbleme.h \
src/chatbubblepartner.h
src/chatbubblepartner.h \
src/chatmodel.h
FORMS += \
src/encryption.ui \