mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Add small comment.
This commit is contained in:
@@ -39,6 +39,8 @@ bool FileKey::load(QIODevice* device)
|
||||
return false;
|
||||
}
|
||||
|
||||
// try different key file formats
|
||||
|
||||
if (!device->reset()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user