qHash added

This commit is contained in:
Uwe Rathmann 2022-03-29 08:08:06 +02:00
parent 1eae47aefa
commit 81e2ea2920

View File

@ -584,6 +584,11 @@ namespace std
}; };
} }
inline QskHashValue qHash( const QskAspect aspect, QskHashValue seed = 0 ) noexcept
{
return qHash( aspect.value(), seed );
}
#ifndef QT_NO_DEBUG_STREAM #ifndef QT_NO_DEBUG_STREAM
class QDebug; class QDebug;