update// moved render function to chat.cpp

This commit is contained in:
Strider
2020-05-10 16:16:54 +02:00
parent a672d0a461
commit 11e3bc5ede
4 changed files with 26 additions and 15 deletions

View File

@@ -78,7 +78,8 @@ SOURCES += \
src/Model/ChatItem.cpp \
src/Model/ContactRequestChatItem.cpp \
src/Model/ContactItem.cpp \
src/Chat/Helper/ChatIDGenerator.cpp
src/Chat/Helper/ChatIDGenerator.cpp \
src/Chat/Chat.cpp
HEADERS += \
src/firsttimewizard.h \