diff options
Diffstat (limited to 'src/dxflinextrudenode.h')
-rw-r--r-- | src/dxflinextrudenode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dxflinextrudenode.h b/src/dxflinextrudenode.h index 70e7a06..3c3beca 100644 --- a/src/dxflinextrudenode.h +++ b/src/dxflinextrudenode.h @@ -3,7 +3,6 @@ #include "node.h" #include "visitor.h" -#include <QString> class DxfLinearExtrudeNode : public AbstractPolyNode { @@ -24,7 +23,7 @@ public: double fn, fs, fa, height, twist; double origin_x, origin_y, scale; bool center, has_twist; - QString filename, layername; + std::string filename, layername; virtual PolySet *evaluate_polyset(render_mode_e mode, class PolySetEvaluator *) const; }; |