summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qcanmessagedescription.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialbus/qcanmessagedescription.h')
-rw-r--r--src/serialbus/qcanmessagedescription.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/serialbus/qcanmessagedescription.h b/src/serialbus/qcanmessagedescription.h
index 7e7fb19..36b8993 100644
--- a/src/serialbus/qcanmessagedescription.h
+++ b/src/serialbus/qcanmessagedescription.h
@@ -68,6 +68,8 @@ private:
static bool equals(const QCanMessageDescription &lhs, const QCanMessageDescription &rhs);
+ friend void qHash(const QCanMessageDescription &desc, size_t seed) noexcept = delete;
+
#ifndef QT_NO_DEBUG_STREAM
friend QDebug operator<<(QDebug dbg, const QCanMessageDescription &msg)
{