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 5cef5fe3..ca33afb6 100644 --- a/src/client/QXmppClient.h +++ b/src/client/QXmppClient.h @@ -91,7 +91,7 @@ class QXMPP_EXPORT QXmppClient : public QXmppLoggable public: using IqResult = std::variant<QDomElement, QXmppError>; - using EmptyResult = std::variant<QXmpp::Success, QXmppStanza::Error>; + using EmptyResult = std::variant<QXmpp::Success, QXmppError>; /// An enumeration for type of error. /// Error could come due a TCP socket or XML stream or due to various stanzas. |
