App: [skip ci] whitespace improvements
This commit is contained in:
@@ -56,12 +56,12 @@ public:
|
||||
std::string getViewProviderName();
|
||||
PyObject *getPyObject();
|
||||
|
||||
bool getSubObject(App::DocumentObject *&ret, const char *subname, PyObject **pyObj,
|
||||
bool getSubObject(App::DocumentObject *&ret, const char *subname, PyObject **pyObj,
|
||||
Base::Matrix4D *mat, bool transform, int depth) const;
|
||||
|
||||
bool getSubObjects(std::vector<std::string> &ret, int reason) const;
|
||||
|
||||
bool getLinkedObject(App::DocumentObject *&ret, bool recurse,
|
||||
bool getLinkedObject(App::DocumentObject *&ret, bool recurse,
|
||||
Base::Matrix4D *mat, bool transform, int depth) const;
|
||||
|
||||
ValueT canLinkProperties() const;
|
||||
|
||||
Reference in New Issue
Block a user