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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/designer/src/components/propertyeditor/fontpropertymanager.h b/src/designer/src/components/propertyeditor/fontpropertymanager.h
index 335447b3a..85c606c76 100644
--- a/src/designer/src/components/propertyeditor/fontpropertymanager.h
+++ b/src/designer/src/components/propertyeditor/fontpropertymanager.h
@@ -57,7 +57,6 @@ public:
private:
using PropertyToPropertyMap = QMap<QtProperty *, QtProperty *>;
using PropertyList = QList<QtProperty *>;
- using PropertyToSubPropertiesMap = QMap<QtProperty *, PropertyList>;
void removeAntialiasingProperty(QtProperty *);
void removeHintingPreferenceProperty(QtProperty *);
@@ -80,7 +79,7 @@ private:
PropertyToPropertyMap m_hintingPreferenceToProperty;
- PropertyToSubPropertiesMap m_propertyToFontSubProperties;
+ QMap<QtProperty *, PropertyList> m_propertyToFontSubProperties;
QMap<QtProperty *, int> m_fontSubPropertyToFlag;
PropertyToPropertyMap m_fontSubPropertyToProperty;
QtProperty *m_createdFontProperty = nullptr;