summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2017-03-30 16:23:58 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2017-03-31 21:02:56 +0000
commit5c719aec480e8fef2fcfc9381611d760680de1bf (patch)
tree72095659939c27d7fb5b330306d771f052db3268 /src
parent477f0c01f0b5998a5c9e02ce37ae22e09f5482dc (diff)
QCryptographicHash: fix documentation of the supported algorithms
Change-Id: Idfa7843ef8a8e3410ae0a8cf5311b8b598299730 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit cd9e850f9e9620a8bafec964efad8098443be7f1)
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qcryptographichash.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/tools/qcryptographichash.cpp b/src/corelib/tools/qcryptographichash.cpp
index ab549f071e..d9f59b82fa 100644
--- a/src/corelib/tools/qcryptographichash.cpp
+++ b/src/corelib/tools/qcryptographichash.cpp
@@ -190,7 +190,8 @@ public:
QCryptographicHash can be used to generate cryptographic hashes of binary or text data.
- Currently MD4, MD5, SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 are supported.
+ Refer to the documentation of the \l QCryptographicHash::Algorithm enum for a
+ list of the supported algorithms.
*/
/*!