aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-12-26 20:10:19 +0100
committerLinus Jahn <lnj@kaidan.im>2022-12-26 20:48:34 +0100
commit847de2ddc00057049de6d7f507711906e7dfd3a8 (patch)
tree0bde8b647dfc2026ce05143ad664abcba4fda804 /src/client
parent681a4cc6a36486953b82baaa5a7e1e0e6fd6a070 (diff)
downloadqxmpp-847de2ddc00057049de6d7f507711906e7dfd3a8.tar.gz
Make PubSubIq header private
Users should only need to use the PubSubManager. The PubSubIq does not need to have a stable API this way and this gives us more flexibility. Closes #509.
Diffstat (limited to 'src/client')
-rw-r--r--src/client/QXmppPubSubManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppPubSubManager.h b/src/client/QXmppPubSubManager.h
index 7b5c050c..912de5d7 100644
--- a/src/client/QXmppPubSubManager.h
+++ b/src/client/QXmppPubSubManager.h
@@ -10,7 +10,7 @@
#include "QXmppClientExtension.h"
#include "QXmppFutureUtils_p.h"
#include "QXmppMessage.h"
-#include "QXmppPubSubIq.h"
+#include "QXmppPubSubIq_p.h"
#include "QXmppPubSubPublishOptions.h"
#include "QXmppResultSet.h"