diff --git a/src/libs/tracing/timelineabstractrenderer_p.h b/src/libs/tracing/timelineabstractrenderer_p.h index 0626710cd86..98d97004a30 100644 --- a/src/libs/tracing/timelineabstractrenderer_p.h +++ b/src/libs/tracing/timelineabstractrenderer_p.h @@ -27,6 +27,8 @@ #include "timelineabstractrenderer.h" +#include + namespace Timeline { class TRACING_EXPORT TimelineAbstractRenderer::TimelineAbstractRendererPrivate { @@ -36,9 +38,9 @@ public: int selectedItem; bool selectionLocked; - TimelineModel *model; - TimelineNotesModel *notes; - TimelineZoomControl *zoomer; + QPointer model; + QPointer notes; + QPointer zoomer; bool modelDirty; bool rowHeightsDirty;