Skip to content

Commit

Permalink
QXmppPubSubIq: Deprecate include of QXmppPubSubItem
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Feb 6, 2020
1 parent 2b76c6d commit 3ce64f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/base/QXmppPubSubIq.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
#include "QXmppIq.h"

#include <QSharedDataPointer>
// required for compatibility:

#if QXMPP_DEPRECATED_SINCE(1, 2)
#include "QXmppPubSubItem.h"
#endif

class QXmppPubSubIqPrivate;

Expand Down

0 comments on commit 3ce64f0

Please sign in to comment.