5#ifndef QXMPPTRUSTLEVEL_H
6#define QXMPPTRUSTLEVEL_H
9#include <QHashFunctions>
39Q_DECLARE_OPERATORS_FOR_FLAGS(TrustLevels)
45inline uint qHash(
QXmpp::TrustLevel key, uint seed)
noexcept {
return qHash(std::underlying_type_t<QXmpp::TrustLevel>(key), seed); }
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