#include <TelepathyQt4/Client/PendingAccount>
Public Member Functions | |
~PendingAccount () | |
AccountManager * | manager () const |
QSharedPointer< Account > | account () const |
Friends | |
struct | Private |
class | AccountManager |
Telepathy::Client::PendingAccount::~PendingAccount | ( | ) |
Class destructor.
QSharedPointer< Account > Telepathy::Client::PendingAccount::account | ( | ) | const |
Returns the newly created Account object.
References Telepathy::Client::PendingOperation::isFinished(), Telepathy::Client::PendingOperation::isValid(), and Telepathy::warning().
AccountManager * Telepathy::Client::PendingAccount::manager | ( | ) | const |
Return the AccountManager object through which the request was made.
friend class AccountManager [friend] |
friend struct Private [friend] |