~xavi-garcia-mena/keeper/owncloud-test

« back to all changes in this revision

Viewing changes to src/service/keeper-helper.h

  • Committer: Xavi Garcia Mena
  • Date: 2016-11-17 12:59:44 UTC
  • Revision ID: xavi.garcia.mena@canonical.com-20161117125944-xt47ulvg2lscwpx6
Changed the way we create the socket between keeper and restore helper

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
public Q_SLOTS:
36
36
    QDBusUnixFileDescriptor StartBackup(quint64 nbytes);
37
37
    QDBusUnixFileDescriptor StartRestore();
 
38
    void RestoreReady();
38
39
 
39
40
    void UpdateStatus(const QString &app_id, const QString &status, double percentage);
40
41