App: Apply clang format (part 1)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
namespace App
|
||||
{
|
||||
|
||||
class AppExport InventorObject : public GeoFeature
|
||||
class AppExport InventorObject: public GeoFeature
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(App::InventorObject);
|
||||
|
||||
@@ -41,20 +41,22 @@ public:
|
||||
~InventorObject() override;
|
||||
|
||||
/// returns the type name of the ViewProvider
|
||||
const char* getViewProviderName() const override {
|
||||
const char* getViewProviderName() const override
|
||||
{
|
||||
return "Gui::ViewProviderInventorObject";
|
||||
}
|
||||
DocumentObjectExecReturn *execute() override {
|
||||
DocumentObjectExecReturn* execute() override
|
||||
{
|
||||
return DocumentObject::StdReturn;
|
||||
}
|
||||
short mustExecute() const override;
|
||||
PyObject *getPyObject() override;
|
||||
PyObject* getPyObject() override;
|
||||
|
||||
PropertyString Buffer;
|
||||
PropertyString FileName;
|
||||
};
|
||||
|
||||
} //namespace App
|
||||
} // namespace App
|
||||
|
||||
|
||||
#endif // APP_INVENTOROBJECT_H
|
||||
#endif // APP_INVENTOROBJECT_H
|
||||
|
||||
Reference in New Issue
Block a user