update// moved generator to separated helper class

This commit is contained in:
Strider
2020-05-09 18:14:04 +02:00
parent 0f57412258
commit 7dfb9a1929
3 changed files with 37 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
#include "camount.h"
#include "Model/ChatItem.h"
#include "Chat/Helper/ChatDelegator.h"
#include "Chat/Helper/ChatIDGenerator.h"
class ChatModel
{