diff options
Diffstat (limited to 'source/QXmppRoster.h')
| -rw-r--r-- | source/QXmppRoster.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/QXmppRoster.h b/source/QXmppRoster.h index 1d585ec7..110b4a0a 100644 --- a/source/QXmppRoster.h +++ b/source/QXmppRoster.h @@ -138,9 +138,10 @@ private: // map of resources of the jid and map of resouces and presences QMap<QString, QMap<QString, QXmppPresence> > m_presences; // flag to store that QXmppRoster has been populated - bool m_isRosterReceived ; + bool m_isRosterReceived; private slots: + void disconnected(); void presenceReceived(const QXmppPresence&); void rosterIqReceived(const QXmppRosterIq&); void rosterRequestIqReceived(const QXmppRosterIq&); |
