QColor MemoryUsageModel::color(int index) const
{
    return colorBySelectionId(index);
}
QColor QmlProfilerRangeModel::color(int index) const
{
    return colorBySelectionId(index);
}
QColor DebugMessagesModel::color(int index) const
{
    return colorBySelectionId(index);
}