update// added new model derived from chatmodel and contactmodel, moved listchatdelegate to a seperated class file
This commit is contained in:
11
src/Model/ContactRequestChatItem.h
Normal file
11
src/Model/ContactRequestChatItem.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifdef CONTACTREQUESTCHATITEM_H
|
||||
#define CONTACTREQUESTCHATITEM_H
|
||||
|
||||
#include "ChatItem.h"
|
||||
|
||||
class ContactRequestChatItem : ChatItem
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user