auto create hushchat zaddr at contact request

This commit is contained in:
DenioD
2020-06-13 00:40:42 +02:00
parent da2ea0fbf5
commit 05004478d1
5 changed files with 28 additions and 32 deletions

View File

@@ -39,6 +39,18 @@ QString ChatDataStore::getPassword()
return _password;
}
QString ChatDataStore::getSendZaddr()
{
return _zaddr;
}
void ChatDataStore::setSendZaddr(QString zaddr)
{
_zaddr = zaddr;
}
void ChatDataStore::setPassword(QString password)
{