mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-18 03:00:50 -04:00
Proper error handling for reading databases.
This commit is contained in:
parent
fea148803c
commit
007a901dba
9 changed files with 62 additions and 48 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
KeePass2Reader();
|
||||
Database* readDatabase(QIODevice* device, const CompositeKey& key);
|
||||
Database* readDatabase(const QString& filename, const CompositeKey& key);
|
||||
bool error();
|
||||
bool hasError();
|
||||
QString errorString();
|
||||
void setSaveXml(bool save);
|
||||
QByteArray xmlData();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue