aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-10 15:07:08 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-11 09:13:38 +0000
commitf388882995c42f2bd34330e4202c6950d2677abb (patch)
tree43969e2f66b50f9e2a331d26b28e26ebf0a985b1 /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parentddb872727f74f64c6fe00f867818584945fa1f69 (diff)
QmlProfiler: Remove QmlProfilerModelManager::count()
Change-Id: If520a8575add386e64a7f56b63d0241f15efa2a0 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
index 1ec0515ad20..56f23285411 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -98,7 +98,6 @@ public:
QmlProfilerNotesModel *notesModel() const;
bool isEmpty() const;
- int count() const;
double progress() const;
int registerModelProxy();