~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: 2016-06-01 01:52:19 UTC
  • mto: (37.3.53 sync-individual-sources)
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: renato.filho@canonical.com-20160601015219-f0tg1o7wach9p9bt
Use google API to retrieve calendars.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    QString lastSuccessfulSyncDate(quint32 accountId, const QString &service, const QString &source);
53
53
    bool syncOnMobileConnection() const;
54
54
    void setSyncOnMobileConnection(bool flag);
55
 
    QStringList listCalendarsByAccount(quint32 accountId);
 
55
 
 
56
    SyncAccount *accountById(quint32 accountId);
56
57
 
57
58
Q_SIGNALS:
58
59
    void syncStarted(SyncAccount *syncAcc, const QString &serviceName);