diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-05 09:45:19 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-05 09:45:19 (GMT) |
commit | a398796e689dfccf5ab8b89a59663b690f4a03c0 (patch) | |
tree | 59d3e36ad1e22124f58b2c5ec5aa0e5003f66d17 | |
parent | 7474ad656269aec1352d166bb5a4435086d48482 (diff) | |
download | Qt-a398796e689dfccf5ab8b89a59663b690f4a03c0.zip Qt-a398796e689dfccf5ab8b89a59663b690f4a03c0.tar.gz Qt-a398796e689dfccf5ab8b89a59663b690f4a03c0.tar.bz2 |
doc: Fixed some qdoc warnings.
-rw-r--r-- | doc/src/qt4-intro.qdoc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/src/qt4-intro.qdoc b/doc/src/qt4-intro.qdoc index daceba5..5344bcc 100644 --- a/doc/src/qt4-intro.qdoc +++ b/doc/src/qt4-intro.qdoc @@ -457,6 +457,30 @@ */ /*! + \page qt4-7-intro.html + \title What's New in Qt 4.7 + + Qt 4.7 provides many improvements and enhancements over the + previous releases in the Qt 4 series. This document covers the + most important features in this release, separated by category. + + A list of other Qt 4 features can be found on the \bold{\l{What's + New in Qt 4}} page. + + \bold{Highlights} + + \tableofcontents + + \section1 New Classes, Functions, Macros, etc. + + Links to new classes, functions, macros, and other items + introduced in Qt 4.7. + + \sincelist 4.7 + +*/ + +/*! \page qt4-6-intro.html \title What's New in Qt 4.6 |