Merge remote-tracking branch 'origin/5.11' into 5.12

Conflicts:
	.qmake.conf
	src/qml/compiler/qv4codegen.cpp
	tests/auto/qml/v4misc/tst_v4misc.cpp

Change-Id: I3a7662d14a2eb3d8c37ac522ef4400b6b6ec30d9
This commit is contained in:
Liang Qi 2018-11-16 14:03:01 +01:00
commit e56df5d505
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ modules.
\li \l{qtqml-syntax-objectattributes.html#signal-attributes}{Signal Attributes}
\li \l{qtqml-syntax-objectattributes.html#method-attributes}{Method Attributes}
\li \l{qtqml-syntax-objectattributes.html#attached-properties-and-attached-signal-handlers}{Attached Properties and Attached Signal Handlers}
\li \l{qtqml-syntax-objectattributes.html#enumeration-attributes}{Enumeration Attributes}
\endlist
\li \l{qtqml-syntax-propertybinding.html}{Property Binding}

View File

@ -673,4 +673,5 @@ property is only invoked when the property is reassigned to a different object v
\endqml
\sa {QML Basic Types}
\sa {qtqml-syntax-objectattributes.html#enumeration-attributes}{Enumeration Attributes}
*/