PartDesign: 3rdParty to PCH

This commit is contained in:
Abdullah Tahiri
2019-05-01 17:20:46 +02:00
committed by abdullahtahiriyo
parent a56658489b
commit a415ad72e1
12 changed files with 238 additions and 200 deletions

View File

@@ -55,9 +55,10 @@
# include <BRepAdaptor_Curve.hxx>
# include <BRepAdaptor_Surface.hxx>
# include <Standard_Version.hxx>
# include <QObject>
#endif
// TODO Cleanup headers (2015-09-04, Fat-Zer)
#include <QObject>
#include "DatumPoint.h"
#include "DatumLine.h"
#include "DatumPlane.h"
@@ -78,7 +79,7 @@ using namespace Attacher;
PROPERTY_SOURCE(PartDesign::Point, Part::Datum)
Point::Point()
{
{
this->setAttacher(new AttachEnginePoint);
this->makeShape();
}