QmlProfiler: Remove QmlProfilerModelManager::count()

Change-Id: If520a8575add386e64a7f56b63d0241f15efa2a0
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2015-09-10 15:07:08 +02:00
parent ddb872727f
commit f388882995
2 changed files with 0 additions and 6 deletions

View File

@@ -184,11 +184,6 @@ bool QmlProfilerModelManager::isEmpty() const
return d->model->isEmpty();
}
int QmlProfilerModelManager::count() const
{
return d->model->count();
}
double QmlProfilerModelManager::progress() const
{
return d->progress;