diff options
Diffstat (limited to 'source/QXmppStream.cpp')
| -rw-r--r-- | source/QXmppStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppStream.cpp b/source/QXmppStream.cpp index 32a69c77..e557387e 100644 --- a/source/QXmppStream.cpp +++ b/source/QXmppStream.cpp @@ -78,7 +78,7 @@ QXmppStream::~QXmppStream() QXmppConfiguration& QXmppStream::getConfiguration()
{
- return m_client->getConfigurgation();
+ return m_client->getConfiguration();
}
void QXmppStream::connect()
|
