Further doubel suggestions from Jan

Moved Gui/InputVector,Placement,Transform from float to double
Moved Sketcher from float to double
more suggestions for moving float -> double
This commit is contained in:
jriegel
2013-09-22 22:00:19 +02:00
parent 00ea24e07e
commit ecae7fac7f
16 changed files with 163 additions and 163 deletions

View File

@@ -79,7 +79,7 @@ public:
void setTransformStrategy(TransformStrategy* ts);
protected:
Base::Vector3f getDirection() const;
Base::Vector3d getDirection() const;
void changeEvent(QEvent *e);
public Q_SLOTS: