diff options
Diffstat (limited to 'src/client/QXmppClient.h')
| -rw-r--r-- | src/client/QXmppClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppClient.h b/src/client/QXmppClient.h index 3daf629c..5b71e108 100644 --- a/src/client/QXmppClient.h +++ b/src/client/QXmppClient.h @@ -106,7 +106,7 @@ class QXMPP_EXPORT QXmppClient : public QXmppLoggable Q_PROPERTY(State state READ state NOTIFY stateChanged) public: - using IqResult = std::variant<QDomElement, QXmpp::PacketState>; + using IqResult = std::variant<QDomElement, QXmpp::SendError>; using EmptyResult = std::variant<QXmpp::Success, QXmppStanza::Error>; /// An enumeration for type of error. |
