diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-18 12:06:08 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-18 12:06:08 +0000 |
| commit | 9c08abcff13bb568aa0825b67ac0cdf66b756798 (patch) | |
| tree | 22525f62e30cd59a2ee7c0736ba88030349cbfff /source/QXmppConfiguration.h | |
| parent | d410cf9b263816d6951f9393476216710354f51d (diff) | |
| download | qxmpp-9c08abcff13bb568aa0825b67ac0cdf66b756798.tar.gz | |
improve code documentation
Diffstat (limited to 'source/QXmppConfiguration.h')
| -rw-r--r-- | source/QXmppConfiguration.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/QXmppConfiguration.h b/source/QXmppConfiguration.h index c0a070ed..8300da82 100644 --- a/source/QXmppConfiguration.h +++ b/source/QXmppConfiguration.h @@ -116,8 +116,8 @@ public: void setNetworkProxy(const QNetworkProxy& proxy); -// deprecated accessors, use the form without "get" instead -// obsolete start + // deprecated accessors, use the form without "get" instead + /// \cond QString Q_DECL_DEPRECATED getHost() const; QString Q_DECL_DEPRECATED getDomain() const; int Q_DECL_DEPRECATED getPort() const; @@ -135,7 +135,7 @@ public: QXmppConfiguration::NonSASLAuthMechanism Q_DECL_DEPRECATED getNonSASLAuthMechanism() const; QXmppConfiguration::SASLAuthMechanism Q_DECL_DEPRECATED getSASLAuthMechanism() const; QNetworkProxy Q_DECL_DEPRECATED getNetworkProxy() const; -// obsolete end + /// \endcond private: QString m_host; |
