diff options
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 2 |
1 files changed, 1 insertions, 1 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(); |
