~unity-team/unity8/req-445

« back to all changes in this revision

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

lp:~aacid/unity8/fast_string_concatenation

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
        case RoleSubtitle:
309
309
            return scope && scope->name() == "Videos this is long ab cd ef gh ij kl" ? "tube, movies, cinema, pictures, art, moving images, magic in a box" : QString();
310
310
        case RoleArt:
311
 
            return qmlDirectory() + "/graphics/applicationIcons/dash.png";
 
311
            return QString(qmlDirectory() + "/graphics/applicationIcons/dash.png");
312
312
        case RoleMascot:
313
313
        case RoleEmblem:
314
314
        case RoleSummary: