update doc to qt6

This commit is contained in:
Sébastien Loriot 2024-01-05 11:20:13 +01:00
parent be89ad28bd
commit 6edfffe313
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ namespace CGAL {
* opens a new window and draws `aph`, an instance of the * opens a new window and draws `aph`, an instance of the
* `CGAL::Multipolygon_with_holes_2` class. A call to this function is blocking, that * `CGAL::Multipolygon_with_holes_2` class. A call to this function is blocking, that
* is the program continues as soon as the user closes the window. This function * is the program continues as soon as the user closes the window. This function
* requires `CGAL_Qt5`, and is only available if the macro * requires `CGAL_Qt6`, and is only available if the macro
* `CGAL_USE_BASIC_VIEWER` is defined. Linking with the cmake target * `CGAL_USE_BASIC_VIEWER` is defined. Linking with the cmake target
* `CGAL::CGAL_Basic_viewer` will link with `CGAL_Qt5` and add the definition * `CGAL::CGAL_Basic_viewer` will link with `CGAL_Qt6` and add the definition
* `CGAL_USE_BASIC_VIEWER`. * `CGAL_USE_BASIC_VIEWER`.
* \tparam PH an instance of the `CGAL::Multipolygon_with_holes_2` class. * \tparam PH an instance of the `CGAL::Multipolygon_with_holes_2` class.
* \param aph the multipolygon with holes to draw. * \param aph the multipolygon with holes to draw.