5 #ifndef QXMPPMESSAGE_P_H 6 #define QXMPPMESSAGE_P_H 8 #include "QXmppMessage.h" 17 static constexpr
auto Values = makeValues<QXmppMessage::Type>({
19 { Normal, u
"normal" },
21 { GroupChat, u
"groupchat" },
22 { Headline, u
"headline" },
28 #endif // QXMPPMESSAGE_P_H Type
This enum describes a message type.
Definition: QXmppMessage.h:80
The QXmppMessage class represents an XMPP message.
Definition: QXmppMessage.h:63
Definition: Algorithms.h:14