5 #ifndef QXMPPTRUSTLEVEL_H
6 #define QXMPPTRUSTLEVEL_H
9 #include <QHashFunctions>
39 Q_DECLARE_OPERATORS_FOR_FLAGS(TrustLevels)
43 inline auto qHash(
QXmpp::TrustLevel key, uint seed) noexcept { return ::qHash(std::underlying_type_t<QXmpp::TrustLevel>(key), seed); }
Definition: Algorithms.h:10
TrustLevel
Definition: QXmppTrustLevel.h:19
@ ManuallyTrusted
The key is manually trusted (e.g., by clicking a button).
@ Undecided
The key's trust is not decided.
@ AutomaticallyDistrusted