diff options
Diffstat (limited to 'source/QXmppClient.cpp')
| -rw-r--r-- | source/QXmppClient.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/QXmppClient.cpp b/source/QXmppClient.cpp index 5c6f892b..4618da55 100644 --- a/source/QXmppClient.cpp +++ b/source/QXmppClient.cpp @@ -191,8 +191,7 @@ void QXmppClient::disconnect() QXmppRoster& QXmppClient::getRoster()
{
- if(m_stream)
- return m_stream->getRoster();
+ return m_stream->getRoster();
}
/// Utility function to send message to all the resources associated with the
|
