Fix documentation for QVariant::Type enum.
QPolygonF was missing. QPointArray doesn't exist anymore. Change-Id: I764508f67d859c8519b44a6a1ee19d1f96ebe1cf Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Olivier Goffart <ogoffart@woboq.com>bb10
parent
50995e6936
commit
b36a40ac0d
|
|
@ -942,9 +942,9 @@ const QVariant::Handler *QVariant::handler = &qt_kernel_variant_handler;
|
|||
\value Pen a QPen
|
||||
\value Pixmap a QPixmap
|
||||
\value Point a QPoint
|
||||
\value PointArray a QPointArray
|
||||
\value PointF a QPointF
|
||||
\value Polygon a QPolygon
|
||||
\value PolygonF a QPolygonF
|
||||
\value Quaternion a QQuaternion
|
||||
\value Rect a QRect
|
||||
\value RectF a QRectF
|
||||
|
|
|
|||
Loading…
Reference in New Issue