From 21f6b4d381c31bb9cdca5c28c15add250abdd5ab Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Thu, 2 Aug 2012 13:06:09 +1000 Subject: Fix various broken links in documentation Change-Id: I9e2dac37d18e3ca62e4a92be25e5c2e60ffeba00 Reviewed-by: Andrew den Exter --- src/qml/doc/src/cppintegration/data.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qml/doc/src/cppintegration/data.qdoc') diff --git a/src/qml/doc/src/cppintegration/data.qdoc b/src/qml/doc/src/cppintegration/data.qdoc index bdfb6fa235..39168bfa49 100644 --- a/src/qml/doc/src/cppintegration/data.qdoc +++ b/src/qml/doc/src/cppintegration/data.qdoc @@ -346,8 +346,8 @@ 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 \l{QML Signal and Handler Event System#Connecting Signals -to Methods and Signals}{connect()} function, the enum type must be registered +QML function using the \l{qtqml-syntax-signals.html#connecting-signals-to-methods-and-signals} +{connect()} function, the enum type must be registered using qRegisterMetaType(). For QML signals, enum values may be passed as signal parameters using the \c int -- cgit v1.2.3