diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2011-07-29 04:16:43 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2011-07-29 04:16:43 (GMT) |
commit | cb75850db1db7f21d48f1b96d1a7ac0a6af37412 (patch) | |
tree | 08851a43234cf8931f0990e182592308c715a2f2 /doc/src/declarative | |
parent | 29bc712a2086781b88ff8b66e6f9c3bf964d6b14 (diff) | |
download | Qt-cb75850db1db7f21d48f1b96d1a7ac0a6af37412.zip Qt-cb75850db1db7f21d48f1b96d1a7ac0a6af37412.tar.gz Qt-cb75850db1db7f21d48f1b96d1a7ac0a6af37412.tar.bz2 |
Doc
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/qtbinding.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qtbinding.qdoc b/doc/src/declarative/qtbinding.qdoc index 70b77b2..80cca06 100644 --- a/doc/src/declarative/qtbinding.qdoc +++ b/doc/src/declarative/qtbinding.qdoc @@ -514,7 +514,7 @@ and the signal are declared within the same class, or that the enumeration value in the \l {Qt}{Qt Namespace}. Likewise, invokable C++ methods parameters may be enumeration values providing that the enumeration and -the method is declared within the same class, or that the enumeration value is one of thise declared in the +the method are declared within the same class, or that the enumeration value is one of those declared in the \l {Qt}{Qt Namespace}. Additionally, if a C++ signal with an enum parameter should be connectable to a QML function using the |