diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-05-15 19:46:08 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-05-15 19:46:08 +0200 |
| commit | 4372773bc3b4e5c1cb4ccc0b0a0cbe142ef80b55 (patch) | |
| tree | caf00180d946aa813d289b3a01eadeb25372b924 /src | |
| parent | a894191a44a99c75cba9e95cd481eb05b076b3cd (diff) | |
| download | qxmpp-4372773bc3b4e5c1cb4ccc0b0a0cbe142ef80b55.tar.gz | |
fix Q_DECL_DEPRECATED
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/QXmppClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppClient.h b/src/client/QXmppClient.h index 0ff1c45f..0f6a6ea2 100644 --- a/src/client/QXmppClient.h +++ b/src/client/QXmppClient.h @@ -156,7 +156,7 @@ public: QXmppVersionManager& versionManager(); /// cond - QXmppReconnectionManager* Q_DECL_DEPRECATED reconnectionManager(); + QXmppReconnectionManager Q_DECL_DEPRECATED *reconnectionManager(); bool Q_DECL_DEPRECATED setReconnectionManager(QXmppReconnectionManager*); /// \endcond |
