diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-01 06:47:15 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-01 06:47:15 +0000 |
| commit | ac4ecb1ded2ef46675452969ea84a83e5091dc77 (patch) | |
| tree | 6deae98c1cec3827cfd613d43476fe06576f64ed /src | |
| parent | 8947d5167fbcfe50627ff194f83a22d087693df7 (diff) | |
| download | qxmpp-ac4ecb1ded2ef46675452969ea84a83e5091dc77.tar.gz | |
hide passwd() / setPasswd() from documentation
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppConfiguration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppConfiguration.h b/src/QXmppConfiguration.h index 319dd4ce..79b103d5 100644 --- a/src/QXmppConfiguration.h +++ b/src/QXmppConfiguration.h @@ -135,13 +135,13 @@ public: int keepAliveTimeout() const; void setKeepAliveTimeout(int secs); + /// \cond // deprecated in release 0.3.0 QString Q_DECL_DEPRECATED passwd() const; void Q_DECL_DEPRECATED setPasswd(const QString&); // deprecated in release 0.2.0 // 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; |
