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

« back to all changes in this revision

Viewing changes to test/qmltest/mocks/plugins/Unity/Scopes/Mocks/MockResultsModel.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:
56
56
            return QString("Title.%1.%2").arg(m_categoryId).arg(index.row());
57
57
        case RoleArt:
58
58
            return "dash.png";
 
59
        case RoleOverlayColor:
 
60
            return QString();
 
61
        case RoleBackground:
 
62
            return QVariantMap();
59
63
        case RoleSubtitle:
60
64
        case RoleMascot:
61
65
        case RoleEmblem: