summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qcryptographichash/data
Commit message (Collapse)AuthorAgeFilesLines
* QCryptographicHash: allow to hash the content of a QIODeviceSune Vuorela2011-12-222-0/+0
This adds a new function (and tests) to give the possibility of doing a QCryptographicHash of a QIODevice, like a QFile or whatever people needs. It is a quite handy overload in many cases. Change-Id: I22fd272f05571844641b3daefcc6746be4e5c7c3 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>