summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbuspendingcall.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-04-05 14:49:02 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-09 02:39:08 +0200
commitb58b777cb3df1df3725c601b655128ce875a8687 (patch)
treed80ce9ca9738d3fe42b277f7e59b984798091874 /src/dbus/qdbuspendingcall.cpp
parent7fbc80f0eb2325b6abc33286f02b065605eb4490 (diff)
QtDBus: add member-swap to shared classes
Implemented as in other shared classes (e.g. QPen). Change-Id: Ic827540b535fc5506165b5395b796a53a00bb096 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/dbus/qdbuspendingcall.cpp')
-rw-r--r--src/dbus/qdbuspendingcall.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dbus/qdbuspendingcall.cpp b/src/dbus/qdbuspendingcall.cpp
index 9659afa2e5..3d5dc421d7 100644
--- a/src/dbus/qdbuspendingcall.cpp
+++ b/src/dbus/qdbuspendingcall.cpp
@@ -286,6 +286,14 @@ QDBusPendingCall &QDBusPendingCall::operator=(const QDBusPendingCall &other)
}
/*!
+ \fn void QDBusPendingCall::swap(QDBusPendingCall &other)
+ \since 5.0
+
+ Swaps this pending call instance with \a other. This function is
+ very fast and never fails.
+*/
+
+/*!
\fn bool QDBusPendingCallWatcher::isFinished() const
Returns true if the pending call has finished processing and the