diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-25 01:59:02 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-25 01:59:02 (GMT) |
commit | 16c05eb533f94799a80f5b98c01e952e1cfe337b (patch) | |
tree | 951a555e0662f581c5388f089c5d32a205d09768 /src/export.h | |
parent | 5e96c21e1979dc46e370587fa0cd7793225a37e2 (diff) |
Temporarily removed progress output from file exporting to remove Qt dependency. When reinstating this, use another mechanism
Diffstat (limited to 'src/export.h')
-rw-r--r-- | src/export.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/export.h b/src/export.h index dd6e3e0..9750c30 100644 --- a/src/export.h +++ b/src/export.h @@ -5,9 +5,9 @@ #include <iostream> -void export_stl(class CGAL_Nef_polyhedron *root_N, std::ostream &output, class QProgressDialog *pd); -void export_off(CGAL_Nef_polyhedron *root_N, std::ostream &output, QProgressDialog *pd); -void export_dxf(CGAL_Nef_polyhedron *root_N, std::ostream &output, QProgressDialog *pd); +void export_stl(class CGAL_Nef_polyhedron *root_N, std::ostream &output); +void export_off(CGAL_Nef_polyhedron *root_N, std::ostream &output); +void export_dxf(CGAL_Nef_polyhedron *root_N, std::ostream &output); #endif #endif |