aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/qquicktumblerview_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols2/qquicktumblerview_p.h')
-rw-r--r--src/quickcontrols2/qquicktumblerview_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/quickcontrols2/qquicktumblerview_p.h b/src/quickcontrols2/qquicktumblerview_p.h
index 0ab0c3a9..138af1b4 100644
--- a/src/quickcontrols2/qquicktumblerview_p.h
+++ b/src/quickcontrols2/qquicktumblerview_p.h
@@ -96,12 +96,12 @@ private:
void wrapChange();
- QQuickTumbler *m_tumbler;
+ QQuickTumbler *m_tumbler = nullptr;
QVariant m_model;
- QQmlComponent *m_delegate;
- QQuickPathView *m_pathView;
- QQuickListView *m_listView;
- QQuickPath *m_path;
+ QQmlComponent *m_delegate = nullptr;
+ QQuickPathView *m_pathView = nullptr;
+ QQuickListView *m_listView = nullptr;
+ QQuickPath *m_path = nullptr;
};
QT_END_NAMESPACE