Update enums in documentation.

Change-Id: Ic48051cc832dc8bc06df2e82c54388df60208e39
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
bb10
Casper van Donderen 2011-10-31 10:41:13 +01:00 committed by Qt by Nokia
parent e87d1130fb
commit c9cd6cdbea
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,6 @@ QT_BEGIN_NAMESPACE
\value QWidgetStar QWidget *
\value QVariant QVariant
\value QColorGroup QColorGroup
\value QCursor QCursor
\value QDate QDate
\value QSize QSize
@ -185,9 +184,11 @@ QT_BEGIN_NAMESPACE
\omitvalue FirstCoreExtType
\omitvalue FirstGuiType
\omitvalue FirstWidgetsType
\omitvalue LastCoreExtType
\omitvalue LastCoreType
\omitvalue LastGuiType
\omitvalue LastWidgetsType
\omitvalue QReal
Additional types can be registered using Q_DECLARE_METATYPE().