dont delete unsent message when switching tab, add more contextmenu

This commit is contained in:
DenioD
2020-05-27 07:41:11 +02:00
parent aa46cc99ae
commit 56cc89a918
7 changed files with 63 additions and 17 deletions

View File

@@ -5,14 +5,17 @@
#include "Model/ContactItem.h"
#include <QListWidget>
#include "mainwindow.h"
class ContactModel
{
public:
ContactModel() {}
void renderContactList(QListView* view);
};
#endif