add new icons, dont write over send button
This commit is contained in:
@@ -22,7 +22,8 @@ class ChatDataStore
|
||||
void setData(QString key, ChatItem value);
|
||||
ChatItem getData(QString key);
|
||||
std::map<QString, ChatItem> getAllRawChatItems();
|
||||
std::map<QString, ChatItem> getAllContactRequests();
|
||||
std::map<QString, ChatItem> getAllNewContactRequests();
|
||||
std::map<QString, ChatItem> getAllOldContactRequests();
|
||||
std::map<QString, ChatItem> getAllMemos();
|
||||
QString dump();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user