diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-12-26 20:10:19 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-12-26 20:48:34 +0100 |
| commit | 847de2ddc00057049de6d7f507711906e7dfd3a8 (patch) | |
| tree | 0bde8b647dfc2026ce05143ad664abcba4fda804 /tests | |
| parent | 681a4cc6a36486953b82baaa5a7e1e0e6fd6a070 (diff) | |
| download | qxmpp-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')
| -rw-r--r-- | tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp | 2 | ||||
| -rw-r--r-- | tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
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" |
