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 /src/CMakeLists.txt | |
| 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 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8aae863a..daecf712 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -67,7 +67,7 @@ set(INSTALL_HEADER_FILES base/QXmppPresence.h base/QXmppPubSubAffiliation.h base/QXmppPubSubEvent.h - base/QXmppPubSubIq.h + base/QXmppPubSubIq_p.h base/QXmppPubSubItem.h base/QXmppPubSubMetadata.h base/QXmppPubSubNodeConfig.h |
