Doc: Add the missing \l command and the target section title

Change-Id: I8478467a074ecff9834850c36961ae8e218cea02
Task-number: QTBUG-51290
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
Reviewed-by: Edward Welbourne <edward.welbourne@theqtcompany.com>
bb10
Venugopal Shivashankar 2016-02-23 10:49:35 +01:00
parent 3e58e15c3d
commit d7d4a3ecfc
1 changed files with 2 additions and 1 deletions

View File

@ -251,7 +251,8 @@
This example illustrates that objects can work together without needing to
know any information about each other. To enable this, the objects only
need to be connected together, and this can be achieved with some simple
QObject::connect() function calls, or with \c{uic}'s {automatic connections} feature.
QObject::connect() function calls, or with \c{uic}'s
\l{Automatic Connections}{automatic connections} feature.
\section1 A Real Example