~unity-team/unity8/req-445

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/fake_resultsmodel.cpp

lp:~aacid/unity8/fast_string_concatenation

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        case RoleTitle:
79
79
            return QString("Title.%1.%2").arg(m_categoryId).arg(index.row());
80
80
        case RoleArt:
81
 
            return qmlDirectory() + "/graphics/applicationIcons/dash.png";
 
81
            return QString(qmlDirectory() + "/graphics/applicationIcons/dash.png");
82
82
        case RoleSubtitle:
83
83
            return QString("Subtitle.%1.%2").arg(m_categoryId).arg(index.row());
84
84
        case RoleMascot: