~unity-team/unity8/req-445

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Launcher/MockQuickListModel.cpp

lp:~aacid/unity8/fast_string_concatenation

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    switch (role)
33
33
    {
34
34
    case RoleLabel:
35
 
        return QLatin1String("test menu entry ") + QString::number(index.row());
 
35
        return QString(QLatin1String("test menu entry ") + QString::number(index.row()));
36
36
    case RoleIcon:
37
37
        return QLatin1String("copy.png");
38
38
    case RoleClickable: