~phablet-team/sync-monitor/trunk

« back to all changes in this revision

Viewing changes to src/sync-daemon.h

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2014-04-09 19:49:30 UTC
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: renato.filho@canonical.com-20140409194930-oy2z258gijrlkfvv
*Make sure that the first online account created is set as default account
*After removing a online account ask the user if he wants to keep the contacts or remove it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    void continueSync();
61
61
    void addAccount(const Accounts::AccountId &accountId, bool startSync=true);
62
62
    void removeAccount(const Accounts::AccountId &accountId);
 
63
    void removeAccountSource();
 
64
    void destroyAccount();
63
65
 
64
66
    void onAccountSyncStarted(const QString &serviceName, bool firstSync);
65
67
    void onAccountSyncFinished(const QString &serviceName, bool firstSync, const QString &status);