~elopio/unity8/fix1335548-click_scope_item

« back to all changes in this revision

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

  • Committer: Leo Arias
  • Date: 2014-07-10 14:13:39 UTC
  • mfrom: (973.1.63 unity8)
  • Revision ID: leo.arias@canonical.com-20140710141339-hep6nmh2jdqq9pa3
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    QString noResultsHint() const override;
47
47
    QString formFactor() const override;
48
48
    bool isActive() const override;
 
49
    unity::shell::scopes::SettingsModelInterface* settings() const override;
49
50
 
50
51
    /* setters */
51
52
    void setSearchQuery(const QString& search_query) override;
63
64
    bool hasDepartments() const override;
64
65
    Q_INVOKABLE unity::shell::scopes::DepartmentInterface* getDepartment(const QString& id) override;
65
66
    Q_INVOKABLE void loadDepartment(const QString& id) override;
 
67
    Q_INVOKABLE void performQuery(const QString& query) override;
66
68
 
67
69
    QVariantMap customizations() const override;
68
70