diff --git a/src/plugins/qmlprofiler/qmlprofilerstatisticsview.cpp b/src/plugins/qmlprofiler/qmlprofilerstatisticsview.cpp index 627fca18488..89455fc2d6f 100644 --- a/src/plugins/qmlprofiler/qmlprofilerstatisticsview.cpp +++ b/src/plugins/qmlprofiler/qmlprofilerstatisticsview.cpp @@ -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(); diff --git a/src/plugins/qmlprofiler/qmlprofilerstatisticsview.h b/src/plugins/qmlprofiler/qmlprofilerstatisticsview.h index 8c5bedcebdc..bf31bdd164e 100644 --- a/src/plugins/qmlprofiler/qmlprofilerstatisticsview.h +++ b/src/plugins/qmlprofiler/qmlprofilerstatisticsview.h @@ -118,7 +118,6 @@ public: static QString nameForType(QmlDebug::RangeType typeNumber); - void getStatisticsInRange(qint64 rangeStart, qint64 rangeEnd); int selectedTypeId() const; void setShowExtendedStatistics(bool);