aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofiler/qmlprofilertimelinemodelproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/qmlprofiler/qmlprofilertimelinemodelproxy.h')
-rw-r--r--plugins/qmlprofiler/qmlprofilertimelinemodelproxy.h25
1 files changed, 1 insertions, 24 deletions
diff --git a/plugins/qmlprofiler/qmlprofilertimelinemodelproxy.h b/plugins/qmlprofiler/qmlprofilertimelinemodelproxy.h
index e02ec99e0d..53b05e93e2 100644
--- a/plugins/qmlprofiler/qmlprofilertimelinemodelproxy.h
+++ b/plugins/qmlprofiler/qmlprofilertimelinemodelproxy.h
@@ -57,7 +57,6 @@ public:
struct QmlRangeEventData
{
QString displayName;
-// QString eventHashStr;
QString details;
QmlDebug::QmlEventLocation location;
QmlDebug::QmlEventType eventType;
@@ -68,22 +67,12 @@ public:
struct QmlRangeEventStartInstance {
qint64 startTime;
qint64 duration;
-
-// int endTimeIndex;
+ int eventId;
// not-expanded, per type
int displayRowExpanded;
int displayRowCollapsed;
int baseEventIndex; // used by findfirstindex
-
-
-// QmlRangeEventData *statsInfo;
- int eventId;
-
- // animation-related data
-// int frameRate;
-// int animationCount;
-
int bindingLoopHead;
};
@@ -92,18 +81,6 @@ public:
qint64 endTime;
};
-// struct QmlRangedEvent {
-// int bindingType; // TODO: only makes sense for bindings!
-// QString displayName;
-// QString eventHashStr;
-// QString details;
-// QmlDebug::QmlEventLocation location;
-// QmlDebug::QmlEventType eventType;
-// //int eventType;
-
-// qint64 duration;
-// };
-
BasicTimelineModel(QObject *parent = 0);
~BasicTimelineModel();