Add small comment.

This commit is contained in:
Felix Geyer 2012-10-12 12:11:34 +02:00
parent 7286b1847d
commit 8117809901

View File

@ -39,6 +39,8 @@ bool FileKey::load(QIODevice* device)
return false;
}
// try different key file formats
if (!device->reset()) {
return false;
}