~michihenning/storage-framework/increase-timeout

« back to all changes in this revision

Viewing changes to include/unity/storage/qt/client/Root.h

  • Committer: Michi Henning
  • Date: 2016-08-10 06:45:41 UTC
  • mfrom: (10.10.15 more-coverage)
  • Revision ID: michi.henning@canonical.com-20160810064541-ty9vzh6dff8jgfpw
Merged lp:~michihenning/storage-framework/more-coverage:
Improved coverage. Better error reporting/handling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    /**
71
71
    \brief Returns the account for this root.
72
72
    */
73
 
    Account* account() const;
 
73
    std::shared_ptr<Account> account() const;
74
74
 
75
75
    QFuture<int64_t> free_space_bytes() const;
76
76
    QFuture<int64_t> used_space_bytes() const;