add send Hush to a friend

This commit is contained in:
DenioD
2020-06-20 22:39:04 +02:00
parent 791a54157f
commit c3cd34da94
5 changed files with 353 additions and 11 deletions

View File

@@ -22,6 +22,8 @@ class ChatDataStore
ChatItem getData(QString key);
std::map<QString, ChatItem> getAllRawChatItems();
std::map<QString, ChatItem> getAllNewContactRequests();
std::map<QString, ChatItem> getAllCashMemosOutgoing();
std::map<QString, ChatItem> getAllCashMemosIncoming();
std::map<QString, ChatItem> getAllOldContactRequests();
std::map<QString, ChatItem> getAllMemos();
QString getPassword();