mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
QCryptographicHash documentation correction
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
fe5b630b28
commit
daad8c2e91
1 changed files with 1 additions and 2 deletions
|
@ -128,7 +128,7 @@ QCryptographicHashPrivate::QCryptographicHashPrivate()
|
||||||
QCryptographicHash with chunks of data that have different sizes either -
|
QCryptographicHash with chunks of data that have different sizes either -
|
||||||
the chunks size must be fixed, i.e. QT_BUFFSIZE. In other words, if you
|
the chunks size must be fixed, i.e. QT_BUFFSIZE. In other words, if you
|
||||||
cannot tell what the optimal buffer size or when to use it then use a
|
cannot tell what the optimal buffer size or when to use it then use a
|
||||||
generic algorithms.
|
generic algorithm.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
@ -200,7 +200,6 @@ QByteArray QCryptographicHash::result() const
|
||||||
qWarning("QCryptographicHash::result called without any data");
|
qWarning("QCryptographicHash::result called without any data");
|
||||||
return QByteArray();
|
return QByteArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
return d->katContext.result();
|
return d->katContext.result();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue