summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/formeditor/itemview_propertysheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/formeditor/itemview_propertysheet.h')
-rw-r--r--src/designer/src/components/formeditor/itemview_propertysheet.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/designer/src/components/formeditor/itemview_propertysheet.h b/src/designer/src/components/formeditor/itemview_propertysheet.h
index c5cd1f410..5a72095d2 100644
--- a/src/designer/src/components/formeditor/itemview_propertysheet.h
+++ b/src/designer/src/components/formeditor/itemview_propertysheet.h
@@ -68,10 +68,8 @@ private:
ItemViewPropertySheetPrivate *d;
};
-typedef QDesignerPropertySheetFactory<QTreeView, ItemViewPropertySheet>
- QTreeViewPropertySheetFactory;
-typedef QDesignerPropertySheetFactory<QTableView, ItemViewPropertySheet>
- QTableViewPropertySheetFactory;
+using QTreeViewPropertySheetFactory = QDesignerPropertySheetFactory<QTreeView, ItemViewPropertySheet>;
+using QTableViewPropertySheetFactory = QDesignerPropertySheetFactory<QTableView, ItemViewPropertySheet>;
} // namespace qdesigner_internal
QT_END_NAMESPACE