Skip to content

Commit

Permalink
Fix documentation for Qt/Converter.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mentonin committed Apr 6, 2023
1 parent 42752d0 commit fafef01
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion GraphicsView/doc/GraphicsView/CGAL/Qt/Converter.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ Converts a point.
*/
QPointF operator()(K::Point_2);

/*!
Converts a circular arc point.
*/
QPointF operator()(K::Circular_arc_point_2);

/*!
Converts a segment.
*/
Expand Down Expand Up @@ -94,7 +99,7 @@ K::Iso_rectangle_2 operator()(QRectF);
/*!
Converts a polygon to a list of points.
*/
std::list<K::Point_2> operator()(QPolygonF);
void operator()(std::list<K::Point_2>&, QPolygonF);

/// @}

Expand Down

0 comments on commit fafef01

Please sign in to comment.