QmlProfiler: Fix type for restrictToFeatures

Change-Id: Ifdc75c570faf4ae6784decf80a530c0e30d44e1d
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Ulf Hermann
2018-03-23 09:51:44 +01:00
parent 1732b6f882
commit 06aa4c573e
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ QmlProfilerStatisticsModel::~QmlProfilerStatisticsModel()
delete d;
}
void QmlProfilerStatisticsModel::restrictToFeatures(qint64 features)
void QmlProfilerStatisticsModel::restrictToFeatures(quint64 features)
{
bool didChange = false;
for (int i = 0; i < MaximumRangeType; ++i) {