forked from qt-creator/qt-creator
Adapt documentation URL
Change-Id: I74963a9d4a729450341f4f7a4ae5b3583654ffb8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
committed by
Sergio Ahumada
parent
5ab7500b64
commit
e84770b794
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user