diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-11-24 15:53:55 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-11-24 15:53:55 +0000 |
| commit | bafb14bc2cdc2e2ef5f4de1558c8eecaf08ff471 (patch) | |
| tree | 94b742a9de43694003942be7286f840446895378 | |
| parent | ab127d665d266e20a2345437895ef84b56638124 (diff) | |
| download | qxmpp-bafb14bc2cdc2e2ef5f4de1558c8eecaf08ff471.tar.gz | |
fix compile error with MSVC
| -rw-r--r-- | src/QXmppClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppClient.h b/src/QXmppClient.h index 1c2ce5e7..e7316e4d 100644 --- a/src/QXmppClient.h +++ b/src/QXmppClient.h @@ -191,7 +191,7 @@ public: const QXmppPresence Q_DECL_DEPRECATED & getClientPresence() const; QXmppConfiguration Q_DECL_DEPRECATED & getConfiguration(); const QXmppConfiguration Q_DECL_DEPRECATED & getConfiguration() const; - QXmppReconnectionManager* Q_DECL_DEPRECATED getReconnectionManager(); + QXmppReconnectionManager Q_DECL_DEPRECATED * getReconnectionManager(); QXmppRosterManager Q_DECL_DEPRECATED & getRoster(); QXmppVCardManager Q_DECL_DEPRECATED & getVCardManager(); QAbstractSocket::SocketError Q_DECL_DEPRECATED getSocketError(); |
