show only memos from selcted contact - work in progress

This commit is contained in:
DenioD
2020-04-29 01:24:38 +02:00
parent e9ae0e78c5
commit 205bb29f4a
3 changed files with 15 additions and 6 deletions

View File

@@ -102,6 +102,7 @@ class ChatModel
{
private:
std::map<long, ChatItem> chatItems;
QTableView* parent;
public:
ChatModel() {};