diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-18 13:20:28 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-18 13:20:28 +0000 |
| commit | 10f30a496c9965395dac8476ff39a475208ed21a (patch) | |
| tree | 99380c9fa38d2277bf88140da186cc30091d6a30 /source | |
| parent | d96a5ba987c4552d34b36454cd571ce64d79e0fa (diff) | |
| download | qxmpp-10f30a496c9965395dac8476ff39a475208ed21a.tar.gz | |
fix references to getRoster
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppClient.h | 2 | ||||
| -rw-r--r-- | source/QXmppRoster.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index ab6ef00e..4cd70d8c 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -149,7 +149,7 @@ signals: /// After the connected() signal is emitted QXmpp will send the roster request /// to the server. On receiving the roster, QXmpp will emit /// QXmppRoster::rosterReceived(). After this signal, QXmppRoster object gets - /// populated and you can use getRoster() to get the handle of QXmppRoster object. + /// populated and you can use rosterManager() to get the handle of QXmppRoster object. /// void connected(); diff --git a/source/QXmppRoster.h b/source/QXmppRoster.h index 48ae28d4..60167340 100644 --- a/source/QXmppRoster.h +++ b/source/QXmppRoster.h @@ -39,7 +39,7 @@ class QXmppStream; /// \brief The QXmppRoster class provides access to a connected client's roster. /// /// \note It's object should not be created using it's constructor. Instead -/// QXmppClient::getRoster() should be used to get the reference of instantiated +/// QXmppClient::rosterManager() should be used to get the reference of instantiated /// object this class. /// /// It stores all the Roster and Presence details of all the roster entries (that |
