diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 17:04:06 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 17:04:06 +0000 |
| commit | b9ec343db542bd36003175cadce1e901a5960079 (patch) | |
| tree | 3daf51e45a68dd855da54d9a3e082839535830ec /source/QXmppReconnectionManager.cpp | |
| parent | 389bec1132aea986e327e984bc5b176bcbc02d04 (diff) | |
| download | qxmpp-b9ec343db542bd36003175cadce1e901a5960079.tar.gz | |
deprecated QXmppClient::getConfiguration
Diffstat (limited to 'source/QXmppReconnectionManager.cpp')
| -rw-r--r-- | source/QXmppReconnectionManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppReconnectionManager.cpp b/source/QXmppReconnectionManager.cpp index 4590e401..9595777d 100644 --- a/source/QXmppReconnectionManager.cpp +++ b/source/QXmppReconnectionManager.cpp @@ -89,7 +89,7 @@ void QXmppReconnectionManager::reconnect() if(m_client) { emit reconnectingNow(); - m_client->connectToServer(m_client->getConfiguration(), m_client->getClientPresence()); + m_client->connectToServer(m_client->configuration(), m_client->getClientPresence()); } } |
