aboutsummaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
Diffstat (limited to 'src/base')
-rw-r--r--src/base/QXmppGlobal.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/base/QXmppGlobal.h.in b/src/base/QXmppGlobal.h.in
index ac249558..2e1a6be6 100644
--- a/src/base/QXmppGlobal.h.in
+++ b/src/base/QXmppGlobal.h.in
@@ -92,6 +92,11 @@ enum PacketState : quint8 {
NotSent, ///< The packet could not be sent (e.g. connection broke or user disconnected).
};
+///
+/// An empty struct indicating success in results.
+///
+struct Success {};
+
}
#endif // QXMPPGLOBAL_H