fix comment in demo

This commit is contained in:
Andreas Fabri 2024-04-17 10:50:13 +01:00
parent 02dd6ad63d
commit 6158ffa63e
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ MainWindow::MainWindow()
// Setup input handlers. They get events before the scene gets them
// and the input they generate is passed to the triangulation with
// the signal/slot mechanism
pi = new CGAL::Qt::GraphicsViewPolylineInput<K>(this, &scene, 0, true); // inputs polylines which are not closed
pi = new CGAL::Qt::GraphicsViewPolylineInput<K>(this, &scene, 0, true); // inputs polylines which are closed
QObject::connect(pi, SIGNAL(generate(CGAL::Object)),
this, SLOT(processInput(CGAL::Object)));