mirror of https://github.com/CGAL/cgal
Merge pull request #6601 from afabri/Polyhedron-fix_save_polyline_in_scene-GF
Polyhedron_3: Fix saving a polyline as part of a scene
This commit is contained in:
commit
ddbe2a9bbb
|
|
@ -62,7 +62,7 @@ public:
|
|||
|
||||
}
|
||||
QString name() const override{ return "polylines_io_plugin"; }
|
||||
QString nameFilters() const override{ return "Polylines files (*.polylines.txt *.cgal)"; }
|
||||
QString nameFilters() const override{ return "Polylines files (*.polylines.txt);; CGAL Polylines files (*.cgal)"; }
|
||||
bool canLoad(QFileInfo fileinfo) const override;
|
||||
QList<Scene_item*> load(QFileInfo fileinfo, bool& ok, bool add_to_scene=true) override;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue