summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/propertyeditor/fontpropertymanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/propertyeditor/fontpropertymanager.h')
-rw-r--r--src/designer/src/components/propertyeditor/fontpropertymanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/components/propertyeditor/fontpropertymanager.h b/src/designer/src/components/propertyeditor/fontpropertymanager.h
index 0d191ac77..b42667737 100644
--- a/src/designer/src/components/propertyeditor/fontpropertymanager.h
+++ b/src/designer/src/components/propertyeditor/fontpropertymanager.h
@@ -96,7 +96,7 @@ private:
PropertyToSubPropertiesMap m_propertyToFontSubProperties;
QMap<QtProperty *, int> m_fontSubPropertyToFlag;
PropertyToPropertyMap m_fontSubPropertyToProperty;
- QtProperty *m_createdFontProperty;
+ QtProperty *m_createdFontProperty = nullptr;
QStringList m_aliasingEnumNames;
// Font families with Designer annotations
QStringList m_designerFamilyNames;