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

« back to all changes in this revision

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

  • 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:
34
34
    return true;
35
35
}
36
36
 
 
37
unity::shell::scopes::ScopeInterface* MockScopes::overviewScope() const
 
38
{
 
39
    return nullptr;
 
40
}
 
41
 
37
42
int MockScopes::rowCount(const QModelIndex&) const
38
43
{
39
44
    return m_scopes.count();