diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-31 13:00:16 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-31 13:00:16 +0000 |
| commit | 752f6c0810debaabfe145148f793d096e80f6b96 (patch) | |
| tree | a82a9316597f41bf9c9df62ecddf8fcd6c16aed5 /src | |
| parent | c3e6f95d2005f490a5753d234872fa1555f2249e (diff) | |
| download | qxmpp-752f6c0810debaabfe145148f793d096e80f6b96.tar.gz | |
add // deprecated in release 0.2.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppConfiguration.h | 1 | ||||
| -rw-r--r-- | src/QXmppIq.h | 1 | ||||
| -rw-r--r-- | src/QXmppMessage.h | 1 | ||||
| -rw-r--r-- | src/QXmppPresence.h | 2 | ||||
| -rw-r--r-- | src/QXmppRosterIq.h | 2 | ||||
| -rw-r--r-- | src/QXmppRosterManager.h | 1 | ||||
| -rw-r--r-- | src/QXmppStanza.h | 2 |
7 files changed, 10 insertions, 0 deletions
diff --git a/src/QXmppConfiguration.h b/src/QXmppConfiguration.h index 130d2895..e07829af 100644 --- a/src/QXmppConfiguration.h +++ b/src/QXmppConfiguration.h @@ -123,6 +123,7 @@ public: void setNetworkProxy(const QNetworkProxy& proxy); + // deprecated in release 0.2.0 // deprecated accessors, use the form without "get" instead /// \cond QString Q_DECL_DEPRECATED getHost() const; diff --git a/src/QXmppIq.h b/src/QXmppIq.h index 9c9945a4..94c42a2a 100644 --- a/src/QXmppIq.h +++ b/src/QXmppIq.h @@ -58,6 +58,7 @@ public: void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; + // deprecated in release 0.2.0 // deprecated accessors, use the form without "get" instead QXmppIq::Type Q_DECL_DEPRECATED getType() const; diff --git a/src/QXmppMessage.h b/src/QXmppMessage.h index a251b1e4..8503f86f 100644 --- a/src/QXmppMessage.h +++ b/src/QXmppMessage.h @@ -84,6 +84,7 @@ public: void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; + // deprecated in release 0.2.0 // deprecated accessors, use the form without "get" instead QXmppMessage::Type Q_DECL_DEPRECATED getType() const; QXmppMessage::State Q_DECL_DEPRECATED getState() const; diff --git a/src/QXmppPresence.h b/src/QXmppPresence.h index 5b3590a6..5f75a3f0 100644 --- a/src/QXmppPresence.h +++ b/src/QXmppPresence.h @@ -75,6 +75,7 @@ public: void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; + // deprecated in release 0.2.0 // deprecated accessors, use the form without "get" instead int Q_DECL_DEPRECATED getPriority() const; QString Q_DECL_DEPRECATED getStatusText() const; @@ -104,6 +105,7 @@ public: void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; + // deprecated in release 0.2.0 // deprecated accessors, use the form without "get" instead /// \cond QXmppPresence::Type Q_DECL_DEPRECATED getType() const; diff --git a/src/QXmppRosterIq.h b/src/QXmppRosterIq.h index ee815784..b50c860b 100644 --- a/src/QXmppRosterIq.h +++ b/src/QXmppRosterIq.h @@ -74,6 +74,7 @@ public: void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; + // deprecated in release 0.2.0 // deprecated accessors, use the form without "get" instead SubscriptionType Q_DECL_DEPRECATED getSubscriptionType() const; QString Q_DECL_DEPRECATED getName() const; @@ -99,6 +100,7 @@ public: static bool isRosterIq(const QDomElement &element); + // deprecated in release 0.2.0 // deprecated accessors, use the form without "get" instead /// \cond QList<Item> Q_DECL_DEPRECATED getItems() const; diff --git a/src/QXmppRosterManager.h b/src/QXmppRosterManager.h index 1e21b4e3..03dea22c 100644 --- a/src/QXmppRosterManager.h +++ b/src/QXmppRosterManager.h @@ -82,6 +82,7 @@ public: const QString& resource) const; + // deprecated in release 0.2.0 /// \cond QMap<QString, QXmppRosterIq::Item> Q_DECL_DEPRECATED getRosterEntries() const; QMap<QString, QMap<QString, QXmppPresence> > Q_DECL_DEPRECATED getAllPresences() const; diff --git a/src/QXmppStanza.h b/src/QXmppStanza.h index 9c2fe208..a74d5e69 100644 --- a/src/QXmppStanza.h +++ b/src/QXmppStanza.h @@ -105,6 +105,7 @@ public: void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; + // deprecated in release 0.2.0 // deprecated accessors, use the form without "get" instead int Q_DECL_DEPRECATED getCode() const; QString Q_DECL_DEPRECATED getText() const; @@ -150,6 +151,7 @@ public: // FIXME : why is this needed? bool isErrorStanza(); + // deprecated in release 0.2.0 // deprecated accessors, use the form without "get" instead QString Q_DECL_DEPRECATED getTo() const; QString Q_DECL_DEPRECATED getFrom() const; |
