mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-14 06:20:59 -04:00
Move FileKey::isHex() to Tools.
This commit is contained in:
parent
ce0007acd2
commit
6eebd95de1
4 changed files with 14 additions and 13 deletions
|
@ -31,6 +31,7 @@ bool hasChild(const QObject* parent, const QObject* child);
|
|||
bool readAllFromDevice(QIODevice* device, QByteArray& data);
|
||||
QDateTime currentDateTimeUtc();
|
||||
QString imageReaderFilter();
|
||||
bool isHex(const QByteArray& ba);
|
||||
|
||||
} // namespace Tools
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue