QmlProfiler: Remove "Limit to Range" option from statistics view

You don't see the range you are limiting to in the statistics view, so
I doubt that anyone has ever understood what this does.

Change-Id: Ic9da3c1ac067f76d239a931d316a69a3999884a4
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-01-04 17:02:03 +01:00
parent 3cd2d375ff
commit c16b843ecc
3 changed files with 1 additions and 17 deletions

View File

@@ -82,7 +82,6 @@ class QmlProfilerStatisticsView : public QmlProfilerEventsView
Q_OBJECT
public:
explicit QmlProfilerStatisticsView(QWidget *parent, QmlProfilerTool *profilerTool,
QmlProfilerViewManager *container,
QmlProfilerModelManager *profilerModelManager);
~QmlProfilerStatisticsView();