forked from qt-creator/qt-creator
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:
@@ -82,7 +82,6 @@ class QmlProfilerStatisticsView : public QmlProfilerEventsView
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit QmlProfilerStatisticsView(QWidget *parent, QmlProfilerTool *profilerTool,
|
||||
QmlProfilerViewManager *container,
|
||||
QmlProfilerModelManager *profilerModelManager);
|
||||
~QmlProfilerStatisticsView();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user