mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Add small comment.
This commit is contained in:
parent
7286b1847d
commit
8117809901
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ bool FileKey::load(QIODevice* device)
|
|||
return false;
|
||||
}
|
||||
|
||||
// try different key file formats
|
||||
|
||||
if (!device->reset()) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue