diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-02 11:27:21 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-02 11:27:58 (GMT) |
commit | ebfdbff7712e230c19fc2a990632038e3fc79ef2 (patch) | |
tree | 7217a91ee22a808dd35d3a34343f3d6b510ebe96 /src | |
parent | e76a5a08e4e46a49a28e6aa338c4a27acc715dc2 (diff) | |
download | Qt-ebfdbff7712e230c19fc2a990632038e3fc79ef2.zip Qt-ebfdbff7712e230c19fc2a990632038e3fc79ef2.tar.gz Qt-ebfdbff7712e230c19fc2a990632038e3fc79ef2.tar.bz2 |
Doc: indicate that these methods are added in 4.6
Diffstat (limited to 'src')
-rw-r--r-- | src/dbus/qdbuspendingcall.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus/qdbuspendingcall.cpp b/src/dbus/qdbuspendingcall.cpp index 7807543..0ec1a26 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 |