diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-03-04 18:09:59 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-03-04 18:09:59 +0000 |
| commit | 05fc96552854cc5b58863bd7893fe86ab8d97703 (patch) | |
| tree | 20bb3120abfe731c0f890cb6f77ef55848758c77 /source | |
| parent | fc579fb573c4556478e181ab0cc149fffef41498 (diff) | |
| download | qxmpp-05fc96552854cc5b58863bd7893fe86ab8d97703.tar.gz | |
add Q_DECL_DEPRECATED macro
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppConfiguration.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/source/QXmppConfiguration.h b/source/QXmppConfiguration.h index 97773456..dec55822 100644 --- a/source/QXmppConfiguration.h +++ b/source/QXmppConfiguration.h @@ -112,23 +112,23 @@ public: // deprecated accessors, use the form without "get" instead // obsolete start - QString getHost() const; - QString getDomain() const; - int getPort() const; - QString getUser() const; - QString getPasswd() const; - QString getResource() const; - QString getJid() const; - QString getJidBare() const; - - bool getAutoAcceptSubscriptions() const; - bool getAutoReconnectionEnabled() const; - bool getUseSASLAuthentication() const; - bool getIgnoreSslErrors() const; - QXmppConfiguration::StreamSecurityMode getStreamSecurityMode() const; - QXmppConfiguration::NonSASLAuthMechanism getNonSASLAuthMechanism() const; - QXmppConfiguration::SASLAuthMechanism getSASLAuthMechanism() const; - QNetworkProxy getNetworkProxy() const; + QString Q_DECL_DEPRECATED getHost() const; + QString Q_DECL_DEPRECATED getDomain() const; + int Q_DECL_DEPRECATED getPort() const; + QString Q_DECL_DEPRECATED getUser() const; + QString Q_DECL_DEPRECATED getPasswd() const; + QString Q_DECL_DEPRECATED getResource() const; + QString Q_DECL_DEPRECATED getJid() const; + QString Q_DECL_DEPRECATED getJidBare() const; + + bool Q_DECL_DEPRECATED getAutoAcceptSubscriptions() const; + bool Q_DECL_DEPRECATED getAutoReconnectionEnabled() const; + bool Q_DECL_DEPRECATED getUseSASLAuthentication() const; + bool Q_DECL_DEPRECATED getIgnoreSslErrors() const; + QXmppConfiguration::StreamSecurityMode Q_DECL_DEPRECATED getStreamSecurityMode() const; + QXmppConfiguration::NonSASLAuthMechanism Q_DECL_DEPRECATED getNonSASLAuthMechanism() const; + QXmppConfiguration::SASLAuthMechanism Q_DECL_DEPRECATED getSASLAuthMechanism() const; + QNetworkProxy Q_DECL_DEPRECATED getNetworkProxy() const; // obsolete end private: |
