summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-24 12:05:57 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-28 07:09:56 +0200
commit804ef8db7a2db911ecef26cd1eabbb96415e130c (patch)
treef9afe4ffc0c92b6c0a7914db5868d4153e881dc5 /src
parent4ccebdf12d27bfd7049ef2da0e6183539c94aa7a (diff)
Fix qdoc warnings: remove docs for inherited/implicit members
Change-Id: I8654dbc3c0d1b86690f805cc1282e581dbcc5c55 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/gui/painting/qpolygon.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/gui/painting/qpolygon.cpp b/src/gui/painting/qpolygon.cpp
index 24b696aafd..d601dcdb0c 100644
--- a/src/gui/painting/qpolygon.cpp
+++ b/src/gui/painting/qpolygon.cpp
@@ -134,14 +134,6 @@ static void qt_polygon_isect_line(const QPointF &p1, const QPointF &p2, const QP
*/
/*!
- \fn QPolygon::QPolygon(const QPolygon &polygon) noexcept
-
- Constructs a copy of the given \a polygon.
-
- \sa setPoints()
-*/
-
-/*!
\fn QPolygon::QPolygon(const QList<QPoint> &points)
Constructs a polygon containing the specified \a points.
@@ -506,21 +498,6 @@ QDebug operator<<(QDebug dbg, const QPolygon &a)
*/
/*!
- \fn QPolygonF::QPolygonF(int size)
-
- Constructs a polygon of the given \a size. Creates an empty
- polygon if \a size == 0.
-
- \sa QList::isEmpty()
-*/
-
-/*!
- \fn QPolygonF::QPolygonF(const QPolygonF &polygon) noexcept
-
- Constructs a copy of the given \a polygon.
-*/
-
-/*!
\fn QPolygonF::QPolygonF(const QList<QPointF> &points)
Constructs a polygon containing the specified \a points.