Obsolete Members for QXmppPresence
The following members of class QXmppPresence are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) QXmppMucItem | mucItem() const |
(deprecated) void | setMucItem(const QXmppMucItem &item) |
Member Function Documentation
[deprecated] QXmppMucItem QXmppPresence::mucItem() const
This function is deprecated. We strongly advise against using it in new code.
Returns the MUC item. Use mucParticipantItem() instead.
See also setMucItem().
[deprecated] void QXmppPresence::setMucItem(const QXmppMucItem &item)
This function is deprecated. We strongly advise against using it in new code.
Sets the MUC item. Use setMucParticipantItem() instead.
See also mucItem().