61
61
void addAccount(const Accounts::AccountId &accountId, bool startSync=true);
62
62
void removeAccount(const Accounts::AccountId &accountId);
64
66
void onAccountSyncStarted(const QString &serviceName, bool firstSync);
65
67
void onAccountSyncFinished(const QString &serviceName, bool firstSync, const QString &status);