mirror of https://github.com/CGAL/cgal
fix comment in demo
This commit is contained in:
parent
02dd6ad63d
commit
6158ffa63e
|
|
@ -288,7 +288,7 @@ MainWindow::MainWindow()
|
||||||
// Setup input handlers. They get events before the scene gets them
|
// Setup input handlers. They get events before the scene gets them
|
||||||
// and the input they generate is passed to the triangulation with
|
// and the input they generate is passed to the triangulation with
|
||||||
// the signal/slot mechanism
|
// 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)),
|
QObject::connect(pi, SIGNAL(generate(CGAL::Object)),
|
||||||
this, SLOT(processInput(CGAL::Object)));
|
this, SLOT(processInput(CGAL::Object)));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue