diff options
author | Ulf Hermann <[email protected]> | 2018-04-05 09:47:33 +0200 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2018-04-19 08:09:07 +0000 |
commit | 1c2e0f387f552d3fbe98050f8629c11829ec95f7 (patch) | |
tree | 1a03f9f0e5c68f384d5940f19a59017f648a820a /src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.h | |
parent | 7099f215865d90b69906dc92da77857fa0e66165 (diff) |
QmlProfiler: Move parts of model manager and trace file to Timeline
This way we can use the trace file loading and saving mechanism for
other profilers.
Change-Id: I98ec1cdde6f7abcea152cabf72e64d4e696dfa59
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.h')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.h b/src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.h index bf4c04dbb40..6691dcbf923 100644 --- a/src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.h +++ b/src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.h @@ -152,7 +152,6 @@ private: void loadEvent(const QmlEvent &event, const QmlEventType &type); void finalize(); - void modelManagerStateChanged(); void typeDetailsChanged(int typeIndex); void notesChanged(int typeIndex); |