Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 3ce64f0

Browse files
committed
QXmppPubSubIq: Deprecate include of QXmppPubSubItem
1 parent 2b76c6d commit 3ce64f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/base/QXmppPubSubIq.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
#include "QXmppIq.h"
2828

2929
#include <QSharedDataPointer>
30-
// required for compatibility:
30+
31+
#if QXMPP_DEPRECATED_SINCE(1, 2)
3132
#include "QXmppPubSubItem.h"
33+
#endif
3234

3335
class QXmppPubSubIqPrivate;
3436

0 commit comments

Comments
 (0)