~saviq/unity-api/cross-and-wrap

« back to all changes in this revision

Viewing changes to test/qmltest/mocks/plugins/Unity/Scopes/Mocks/MockScopes.h

  • Committer: CI bot
  • Author(s): Michal Hruby
  • Date: 2014-07-31 11:13:51 UTC
  • mfrom: (147.2.6 unity-api)
  • Revision ID: ps-jenkins@lists.canonical.com-20140731111351-d0r7g3xye11drt64
Added interface for scopes overview. 
Approved by: Albert Astals Cid

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override;
41
41
 
42
42
    bool loaded() const override;
 
43
    unity::shell::scopes::ScopeInterface* overviewScope() const override;
43
44
 
44
45
private:
45
46
    QList<MockScope*> m_scopes;