aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/timelineeditor/timelineview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/timelineeditor/timelineview.h')
-rw-r--r--src/plugins/qmldesigner/components/timelineeditor/timelineview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/timelineeditor/timelineview.h b/src/plugins/qmldesigner/components/timelineeditor/timelineview.h
index f1f39b6a35..13efe40ba3 100644
--- a/src/plugins/qmldesigner/components/timelineeditor/timelineview.h
+++ b/src/plugins/qmldesigner/components/timelineeditor/timelineview.h
@@ -100,7 +100,7 @@ public:
private:
TimelineWidget *createWidget();
- TimelineWidget *m_timelineWidget = nullptr;
+ QPointer<TimelineWidget> m_timelineWidget;
bool hasQtQuickTimelineImport();
void ensureQtQuickTimelineImport();
};