The PendingFailure class represents a PendingOperation that always fails with the error passed to the constructor.
More...
#include <TelepathyQt/PendingFailure>
Inherits Tp::PendingOperation.
The PendingFailure class represents a PendingOperation that always fails with the error passed to the constructor.
◆ PendingFailure() [1/2]
Tp::PendingFailure::PendingFailure |
( |
const QString & |
name, |
|
|
const QString & |
message, |
|
|
const SharedPtr< RefCounted > & |
object |
|
) |
| |
|
inline |
◆ PendingFailure() [2/2]
Tp::PendingFailure::PendingFailure |
( |
const QDBusError & |
error, |
|
|
const SharedPtr< RefCounted > & |
object |
|
) |
| |
|
inline |