From 28aad17d6d928ee0a983d7032ae0f11fbc71bb06 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Mon, 5 Jul 2021 15:17:12 +0200 Subject: Add QXmppClient::sendGenericIq() just returning Success/StanzaError --- src/base/QXmppGlobal.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/base') 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 -- cgit v1.2.3