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 bfec17d..5b2d3d9 100644
--- a/src/knx/core/qknxbytearray.cpp
+++ b/src/knx/core/qknxbytearray.cpp
@@ -927,7 +927,7 @@ QDebug operator<<(QDebug debug, const QKnxByteArray &byteArray)
Returns the hash value for the \a key, using \a seed to seed the calculation.
*/
-uint qHash(const QKnxByteArray &ba, uint seed) Q_DECL_NOTHROW
+size_t qHash(const QKnxByteArray &ba, uint seed) Q_DECL_NOTHROW
{
return qHash(ba.toByteArray(), seed);
}