update doc

This commit is contained in:
Dario 2020-06-08 13:40:48 +02:00
parent b285768fce
commit d08ab28394

View File

@ -67,7 +67,8 @@ namespace model {
inline void setLastName(const std::string& last_name) { mLastName = last_name; }
inline void setPasswordHashed(const Poco::UInt64& passwordHashed) { mPasswordHashed = passwordHashed; }
void setPublicKey(const unsigned char* publicKey);
// copy data, didn't move memory bin
//! \brief set encrypted private key
//! \param privateKey copy data, didn't move memory bin
void setPrivateKey(const MemoryBin* privateKey);
inline void setEmailChecked(bool emailChecked) { mEmailChecked = emailChecked; }
inline void setLanguageKey(const std::string& languageKey) { mLanguageKey = languageKey; }