Update Basic_viewer/doc/Basic_viewer/CGAL/Qt/Basic_viewer_qt.h

Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
Guillaume Damiand 2023-10-18 09:23:50 +02:00 committed by GitHub
parent bfa138dfed
commit c551b6cd40
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public:
/// Constructor given a pointer on a `QWidget` (can be a `nullptr`) and a `Graphics_scene`.
/// `title` will be the title of the window.
Basic_viewer_qt(QWidget* parent,
Graphics_scene<BufferType>& buf,
Graphics_scene<BufferType>& scene,
const char* title="");
/// enables or disables the drawing of vertices.