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;
|
||||
|
||||
@@ -98,7 +98,6 @@ public:
|
||||
QmlProfilerNotesModel *notesModel() const;
|
||||
|
||||
bool isEmpty() const;
|
||||
int count() const;
|
||||
|
||||
double progress() const;
|
||||
int registerModelProxy();
|
||||
|
||||
Reference in New Issue
Block a user