forked from qt-creator/qt-creator
QmlProfiler: Remove QmlProfilerStatisticsView::getStatisticsInRange()
Change-Id: I49afff5b522fe51651b65046dc560aeb8217e23c Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -719,11 +719,6 @@ QString QmlProfilerStatisticsMainView::nameForType(RangeType typeNumber)
|
||||
}
|
||||
}
|
||||
|
||||
void QmlProfilerStatisticsMainView::getStatisticsInRange(qint64 rangeStart, qint64 rangeEnd)
|
||||
{
|
||||
d->model->limitToRange(rangeStart, rangeEnd);
|
||||
}
|
||||
|
||||
int QmlProfilerStatisticsMainView::selectedTypeId() const
|
||||
{
|
||||
QModelIndex index = selectedModelIndex();
|
||||
|
||||
Reference in New Issue
Block a user