30#include <libaccounts-glib.h>
36 Q_DECLARE_PUBLIC(Manager)
48 void init(Manager *q, AgManager *manager);
50 mutable Manager *q_ptr;
53 QHash<AccountId,QPointer<Account> > m_accounts;
55 static void on_account_created(Manager *self, AgAccountId
id);
56 static void on_account_deleted(Manager *self, AgAccountId
id);
57 static void on_account_updated(Manager *self, AgAccountId
id);
58 static void on_enabled_event(Manager *self, AgAccountId
id);