diff options
-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 |