mirror of https://github.com/CGAL/cgal
Commit new feature: export to OFF file.
This commit is contained in:
parent
3973614fc5
commit
320f06ab31
|
|
@ -101,7 +101,7 @@ void MainWindow::on_action_Open_triggered()
|
|||
QString filename = QFileDialog::getOpenFileName(this, tr("Open File"),
|
||||
"",
|
||||
tr("all Files (*.*)"));
|
||||
if(!filename.isNull())
|
||||
if(!filename.isEmpty())
|
||||
surface_open(filename);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue