aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-03-04 20:09:20 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-03-04 20:09:20 +0000
commit8612c75cc67a5d89962a414e58c793a429efe1b4 (patch)
treed2386a0c12e4b95b92ae3ecd838a260ccc415641 /source
parent8fd75674d7b104c68d9724595cbcbdfed62a1878 (diff)
downloadqxmpp-8612c75cc67a5d89962a414e58c793a429efe1b4.tar.gz
getRosterEntries and getAllPresences marked obsolete
Diffstat (limited to 'source')
-rw-r--r--source/QXmppRoster.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/QXmppRoster.h b/source/QXmppRoster.h
index b5ef6c6e..8fe5032d 100644
--- a/source/QXmppRoster.h
+++ b/source/QXmppRoster.h
@@ -117,10 +117,10 @@ public:
bool isRosterReceived();
QStringList getRosterBareJids() const;
QXmppRoster::QXmppRosterEntry getRosterEntry(const QString& bareJid) const;
- QMap<QString, QXmppRoster::QXmppRosterEntry> getRosterEntries() const;
+ QMap<QString, QXmppRoster::QXmppRosterEntry> Q_DECL_DEPRECATED getRosterEntries() const;
QStringList getResources(const QString& bareJid) const;
- QMap<QString, QMap<QString, QXmppPresence> > getAllPresences() const;
+ QMap<QString, QMap<QString, QXmppPresence> > Q_DECL_DEPRECATED getAllPresences() const;
QMap<QString, QXmppPresence> getAllPresencesForBareJid(
const QString& bareJid) const;
QXmppPresence getPresence(const QString& bareJid,