Miscellaneous fixes
This commit is contained in:
committed by
Stefan Tröger
parent
6eb6f73e52
commit
e16b398cbc
@@ -47,8 +47,8 @@ public:
|
||||
static void initHints();
|
||||
const std::set<QString> getHint();
|
||||
|
||||
Base::Vector3d getBasePoint();
|
||||
Base::Vector3d getDirection();
|
||||
Base::Vector3d getBasePoint() const;
|
||||
Base::Vector3d getDirection() const;
|
||||
|
||||
protected:
|
||||
virtual void onChanged(const App::Property* prop);
|
||||
|
||||
Reference in New Issue
Block a user