summaryrefslogtreecommitdiffstats
path: root/src/knx/netip/qknxnetipstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/knx/netip/qknxnetipstruct.h')
-rw-r--r--src/knx/netip/qknxnetipstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knx/netip/qknxnetipstruct.h b/src/knx/netip/qknxnetipstruct.h
index 0e2d196..1f5ff42 100644
--- a/src/knx/netip/qknxnetipstruct.h
+++ b/src/knx/netip/qknxnetipstruct.h
@@ -157,7 +157,7 @@ Q_KNX_EXPORT QDebug operator<<(QDebug debug, const QKnxNetIpStruct<QKnxNetIp::De
Q_KNX_EXPORT QDebug operator<<(QDebug debug, const QKnxNetIpStruct<QKnxNetIp::SearchParameterType> &srp);
template <typename CodeType>
-Q_DECL_PURE_FUNCTION uint qHash(const QKnxNetIpStruct<CodeType> &key, uint seed = 0) Q_DECL_NOTHROW
+Q_DECL_PURE_FUNCTION size_t qHash(const QKnxNetIpStruct<CodeType> &key, uint seed = 0) Q_DECL_NOTHROW
{
return qHash(key.bytes(), seed);
}