summaryrefslogtreecommitdiffstats
path: root/src/knx/core/qknxbytearray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/knx/core/qknxbytearray.cpp')
-rw-r--r--src/knx/core/qknxbytearray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knx/core/qknxbytearray.cpp b/src/knx/core/qknxbytearray.cpp
index 5b2d3d9..0923272 100644
--- a/src/knx/core/qknxbytearray.cpp
+++ b/src/knx/core/qknxbytearray.cpp
@@ -923,7 +923,7 @@ QDebug operator<<(QDebug debug, const QKnxByteArray &byteArray)
/*!
\relates QKnxByteArray
- \fn uint qHash(const QKnxByteArray &key, uint seed = 0)
+ \fn size_t qHash(const QKnxByteArray &key, uint seed = 0)
Returns the hash value for the \a key, using \a seed to seed the calculation.
*/