forked from qt-creator/qt-creator
QmlProfiler: Remove QmlProfilerModelManager::count()
Change-Id: If520a8575add386e64a7f56b63d0241f15efa2a0 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user