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); }
48 #endif // QXMPPTRUSTLEVEL_H The key's trust is not decided.
TrustLevel
Definition: QXmppTrustLevel.h:19
The key is manually trusted (e.g., by clicking a button).