Adapt documentation URL

Change-Id: I74963a9d4a729450341f4f7a4ae5b3583654ffb8
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Sergio Ahumada
2015-02-18 10:20:03 +01:00
committed by Sergio Ahumada
parent 5ab7500b64
commit e84770b794
13 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -896,7 +896,7 @@
does not have signals or slots, if it is intended to be used
with qobject_cast<>. See also \l{Casting}.
\li Normalize the arguments for signals and slots
(see \l{http://qt-project.org/doc/qt-4.8/qmetaobject.html#normalizedSignature}{QMetaObject::normalizedSignature}
(see QMetaObject::normalizedSignature)
inside connect statements
to safely make signal and slot lookup a few cycles faster.
You can use $QTDIR/util/normalize to normalize existing code.