aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp
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 /tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp
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 'tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp')
-rw-r--r--tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp b/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp
index 8b868b0c..37e83c1e 100644
--- a/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp
+++ b/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp
@@ -8,7 +8,6 @@
#include "QXmppMessage.h"
#include "QXmppPubSubAffiliation.h"
#include "QXmppPubSubEventHandler.h"
-#include "QXmppPubSubIq.h"
#include "QXmppPubSubItem.h"
#include "QXmppPubSubManager.h"
#include "QXmppPubSubPublishOptions.h"