Definition at line 21 of file VP1MD5Sum.cxx.
◆ actualMd5Sum()
QByteArray VP1MD5Sum::Imp::actualMd5Sum |
( |
const QString & |
filename, |
|
|
bool & |
ok |
|
) |
| |
|
static |
Definition at line 60 of file VP1MD5Sum.cxx.
64 QCryptographicHash md5Hash(QCryptographicHash::Md5);
66 if (
file.open(QIODevice::ReadOnly | QIODevice::Unbuffered)) {
69 md5Hash.addData(
file.read(10485760));
72 return md5Hash.result();
◆ fileok()
bool VP1MD5Sum::Imp::fileok |
( |
const QString & |
filename | ) |
|
|
static |
The documentation for this class was generated from the following file: