From 847de2ddc00057049de6d7f507711906e7dfd3a8 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Mon, 26 Dec 2022 20:10:19 +0100 Subject: 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. --- tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp | 2 +- tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp b/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp index aeca633b..20898814 100644 --- a/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp +++ b/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp @@ -3,7 +3,7 @@ // // SPDX-License-Identifier: LGPL-2.1-or-later -#include "QXmppPubSubIq.h" +#include "QXmppPubSubIq_p.h" #include "QXmppPubSubItem.h" #include "QXmppPubSubSubscription.h" #include "QXmppResultSet.h" 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" -- cgit v1.2.3