aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/designercore/include/itemlibraryinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/designercore/include/itemlibraryinfo.h')
-rw-r--r--src/plugins/qmldesigner/designercore/include/itemlibraryinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/designercore/include/itemlibraryinfo.h b/src/plugins/qmldesigner/designercore/include/itemlibraryinfo.h
index 9cca2ceb7ed..aed724e50fe 100644
--- a/src/plugins/qmldesigner/designercore/include/itemlibraryinfo.h
+++ b/src/plugins/qmldesigner/designercore/include/itemlibraryinfo.h
@@ -71,7 +71,7 @@ public:
ItemLibraryEntry(const ItemLibraryEntry &other);
ItemLibraryEntry& operator=(const ItemLibraryEntry &other);
- typedef QmlDesigner::PropertyContainer Property;
+ using Property = QmlDesigner::PropertyContainer;
QList<Property> properties() const;
QHash<QString, QString> hints() const;