diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-11-22 00:32:02 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-11-22 00:32:02 (GMT) |
commit | e6d15b58a7f5ac086e1af2d8735caeabaaa6159c (patch) | |
tree | ae6a95474090d98e99faf2d3b5f592bfc0b38cb0 /doc/src/declarative/qtbinding.qdoc | |
parent | 0cfa6daa4776cd78370e644fae3005ae432b83c7 (diff) | |
download | Qt-e6d15b58a7f5ac086e1af2d8735caeabaaa6159c.zip Qt-e6d15b58a7f5ac086e1af2d8735caeabaaa6159c.tar.gz Qt-e6d15b58a7f5ac086e1af2d8735caeabaaa6159c.tar.bz2 |
Doc
Task-number: QTBUG-15456
Diffstat (limited to 'doc/src/declarative/qtbinding.qdoc')
-rw-r--r-- | doc/src/declarative/qtbinding.qdoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/declarative/qtbinding.qdoc b/doc/src/declarative/qtbinding.qdoc index 8a969eb..fb457be 100644 --- a/doc/src/declarative/qtbinding.qdoc +++ b/doc/src/declarative/qtbinding.qdoc @@ -448,7 +448,8 @@ now be used from QML: \snippet doc/src/snippets/declarative/qtbinding/enums/standalone.qml 0 The C++ type must be registered with QML to use its enums. If your C++ type is not instantiable, it -can be registered using qmlRegisterUncreatableType(). +can be registered using qmlRegisterUncreatableType(). To be accessible from QML, the names of enum values +must begin with a capital letter. See the \l {Tutorial: Writing QML extensions with C++}{Writing QML extensions with C++} tutorial and the \l {Extending QML in C++} reference documentation for more information. |