~renatofilho/sync-monitor/remove-addressbook

« back to all changes in this revision

Viewing changes to src/sync-account.h

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2014-04-04 13:07:19 UTC
  • Revision ID: renato.filho@canonical.com-20140404130719-afpz9g1f58331wo5
Added debug message with more information about last sync status.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
    QString lastSyncStatus(const QString &serviceName) const;
107
107
    bool syncService(const QString &serviceName);
108
108
    void setupServices();
 
109
    QString sessionName(const QString &serviceName) const;
 
110
    void dumpReport(const QStringMap &report) const;
109
111
};
110
112
 
111
113
#endif