~dobey/keeper/cleanup

« back to all changes in this revision

Viewing changes to src/service/restore-choices.h

  • Committer: Bileto Bot
  • Author(s): Charles Kerr, Xavi Garcia Mena, Xavi Garcia
  • Date: 2017-02-13 08:57:25 UTC
  • mfrom: (126.1.21 keeper-tests-charles)
  • Revision ID: ci-train-bot@canonical.com-20170213085725-rpsp9eg86dk2zlvi
Adds integration tests for restore and restore cancellation.

Approved by: Charles Kerr, unity-api-1-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    explicit RestoreChoices(QObject *parent = nullptr);
37
37
    virtual ~RestoreChoices();
38
38
    QVector<Metadata> get_backups() const override;
39
 
    void get_backups_async() override;
 
39
    void get_backups_async(QString const & storage) override;
40
40
 
41
41
private:
42
42
    QSharedPointer<StorageFrameworkClient> storage_;