summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcryptographichash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qcryptographichash.h')
-rw-r--r--src/corelib/tools/qcryptographichash.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/corelib/tools/qcryptographichash.h b/src/corelib/tools/qcryptographichash.h
index 0f17baa036..20afab8b87 100644
--- a/src/corelib/tools/qcryptographichash.h
+++ b/src/corelib/tools/qcryptographichash.h
@@ -68,7 +68,12 @@ public:
Sha3_224,
Sha3_256,
Sha3_384,
- Sha3_512
+ Sha3_512,
+ // ### Qt 6: remove the Keccak enumerators
+ Keccak_224,
+ Keccak_256,
+ Keccak_384,
+ Keccak_512
#endif
};
Q_ENUM(Algorithm)