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

@@ -12,6 +12,7 @@
#include "liteinterface.h"
#include "connection.h"
#include "chatmodel.h"
#include "Chat/Chat.h"
#include "Model/ContactRequestChatItem.h"
#include "Model/ContactItem.h"
#include "contactmodel.h"