doc: remove link to obsolete doc

Change-Id: Ie1a48a821764978a28e274c7eb52ee02aef391a6
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Olivier Goffart 2012-04-16 08:25:23 +02:00 committed by The Qt Project
parent 9fbecf11c7
commit 84a1493b50

View File

@ -66,11 +66,7 @@
by Qt's own \l{moc}{Meta-Object Compiler (moc)}.
The meta-object system is a C++ extension that makes the language
better suited to true component GUI programming. Although
templates can be used to extend C++, the meta-object system
provides benefits using standard C++ that cannot be achieved with
templates; see \l{Why Doesn't Qt Use Templates for Signals and
Slots?}
better suited to true component GUI programming.
\section1 Important Classes