mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-14 14:31:03 -04:00
Add Tools::readFromDevice() and make FileKey use it.
This commit is contained in:
parent
6eebd95de1
commit
cc6f524168
4 changed files with 38 additions and 7 deletions
|
@ -28,6 +28,7 @@ namespace Tools {
|
|||
|
||||
QString humanReadableFileSize(qint64 bytes);
|
||||
bool hasChild(const QObject* parent, const QObject* child);
|
||||
bool readFromDevice(QIODevice* device, QByteArray& data, int size = 16384);
|
||||
bool readAllFromDevice(QIODevice* device, QByteArray& data);
|
||||
QDateTime currentDateTimeUtc();
|
||||
QString imageReaderFilter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue