~cimi/unity8/single-preview

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/fake_scope.h

  • Committer: Albert Astals Cid
  • Date: 2016-01-29 10:29:57 UTC
  • Revision ID: albert.astals@canonical.com-20160129102957-ah1mrgrfsitdv4vq
Hook the new scope.activationInProgress property

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    QString searchHint() const override;
43
43
    QString shortcut() const override;
44
44
    bool searchInProgress() const override;
 
45
    bool activationInProgress() const override;
45
46
    bool favorite() const override;
46
47
    unity::shell::scopes::CategoriesInterface* categories() const override;
47
48
    QString searchQuery() const override;