#include <TelepathyQt4/Client/simple-pending-operations.h>
Public Member Functions | |
PendingVoidMethodCall (QObject *parent, QDBusPendingCall call) |
Objects of this class indicate the success or failure of the method call, but if the method call succeeds, no additional information is available.
Telepathy::Client::PendingVoidMethodCall::PendingVoidMethodCall | ( | QObject * | parent, | |
QDBusPendingCall | call | |||
) |
Constructor.
parent | The object on which this pending operation takes place | |
call | A pending call as returned by the auto-generated low level Telepathy API; if the method returns anything, the return value(s) will be ignored |
References Telepathy::Client::PendingOperation::finished().