summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/formeditor/qlayoutwidget_propertysheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/formeditor/qlayoutwidget_propertysheet.h')
-rw-r--r--src/designer/src/components/formeditor/qlayoutwidget_propertysheet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/components/formeditor/qlayoutwidget_propertysheet.h b/src/designer/src/components/formeditor/qlayoutwidget_propertysheet.h
index e50df88f4..f0a66787e 100644
--- a/src/designer/src/components/formeditor/qlayoutwidget_propertysheet.h
+++ b/src/designer/src/components/formeditor/qlayoutwidget_propertysheet.h
@@ -51,7 +51,7 @@ public:
bool dynamicPropertiesAllowed() const override;
};
-typedef QDesignerPropertySheetFactory<QLayoutWidget, QLayoutWidgetPropertySheet> QLayoutWidgetPropertySheetFactory;
+using QLayoutWidgetPropertySheetFactory = QDesignerPropertySheetFactory<QLayoutWidget, QLayoutWidgetPropertySheet>;
} // namespace qdesigner_internal
QT_END_NAMESPACE