]> git.cworth.org Git - vogl/blobdiff - src/vogleditor/vogleditor_timelineitem.h
UI: Fix issue #21: Resizing of vogleditor window is slow depending on trace size
[vogl] / src / vogleditor / vogleditor_timelineitem.h
index ef93299542e17285101d5c120e65743290f2634a..f0c9907a1d4acfd684a58532ec0b9adf71effae9 100644 (file)
@@ -88,7 +88,7 @@ private:
     bool m_isSpan;
     float m_maxChildDuration;
 
-    QList<vogleditor_timelineItem*> childItems;
+    QList<vogleditor_timelineItem*> m_childItems;
 
     vogleditor_timelineItem* m_parentItem;
     vogleditor_frameItem* m_pFrameItem;