~dandrader/unity8/multiInstanceApp

« back to all changes in this revision

Viewing changes to plugins/Unity/Launcher/quicklistmodel.cpp

Initial merge from trunk; some tests don't run again yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        return m_list.at(index.row()).icon();
80
80
    case RoleClickable:
81
81
        return m_list.at(index.row()).clickable();
 
82
    case RoleHasSeparator:
 
83
        return m_list.at(index.row()).hasSeparator();
82
84
    }
83
85
    return QVariant();
84
86
}