Add remark regarding PasswordFile::isEncryptionUsed()

This commit is contained in:
Martchus 2018-12-22 02:46:24 +01:00
parent 292a8668bf
commit 4412c62433
1 changed files with 3 additions and 1 deletions

View File

@ -686,7 +686,9 @@ void PasswordFile::setPath(const string &value)
}
/*!
* \brief Returns an indication whether encryption is used if the file is open; returns always false otherwise.
* \brief Returns an indication whether encryption is used and the file is open; returns always false otherwise.
* \remarks This method is meant to determine whether encryption is used *before* loading the file. If the file has
* already been loaded, use preferably saveOptions().
*/
bool PasswordFile::isEncryptionUsed()
{