mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-26 22:36:59 -05:00
Add small comment.
This commit is contained in:
parent
7286b1847d
commit
8117809901
@ -39,6 +39,8 @@ bool FileKey::load(QIODevice* device)
|
||||
return false;
|
||||
}
|
||||
|
||||
// try different key file formats
|
||||
|
||||
if (!device->reset()) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user