summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-07-02 13:27:21 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-07-02 13:27:58 +0200
commitebfdbff7712e230c19fc2a990632038e3fc79ef2 (patch)
tree7217a91ee22a808dd35d3a34343f3d6b510ebe96 /src/dbus
parente76a5a08e4e46a49a28e6aa338c4a27acc715dc2 (diff)
Doc: indicate that these methods are added in 4.6
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/qdbuspendingcall.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus/qdbuspendingcall.cpp b/src/dbus/qdbuspendingcall.cpp
index 7807543dd7..0ec1a26d76 100644
--- a/src/dbus/qdbuspendingcall.cpp
+++ b/src/dbus/qdbuspendingcall.cpp
@@ -410,6 +410,7 @@ bool QDBusPendingCall::setReplyCallback(QObject *target, const char *member)
#endif
/*!
+ \since 4.6
Creates a QDBusPendingCall object based on the error condition
\a error. The resulting pending call object will be in the
"finished" state and QDBusPendingReply::isError() will return true.
@@ -422,6 +423,7 @@ QDBusPendingCall QDBusPendingCall::fromError(const QDBusError &error)
}
/*!
+ \since 4.6
Creates a QDBusPendingCall object based on the message \a msg.
The message must be of type QDBusMessage::ErrorMessage or
QDBusMessage::ReplyMessage (that is, a message that is typical