aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/QXmppRosterManager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/QXmppRosterManager.h b/src/QXmppRosterManager.h
index c36adb1a..644bb6d4 100644
--- a/src/QXmppRosterManager.h
+++ b/src/QXmppRosterManager.h
@@ -89,7 +89,9 @@ public:
signals:
/// This signal is emitted when the Roster IQ is received after a successful
- /// connection.
+ /// connection. That is the roster entries are empty before this signal is emmitted.
+ /// One should use getRosterBareJids() and getRosterEntry() only after
+ /// this signal has been emmitted.
void rosterReceived();
/// This signal is emitted when the presence of a particular bareJid and resource changes.