CAM: apply precommit

This commit is contained in:
Adrian Insaurralde Avalos
2024-09-03 14:54:36 -04:00
parent f12c2e0252
commit 7274dac185
337 changed files with 26842 additions and 25585 deletions

View File

@@ -34,7 +34,6 @@ class PathGuiExport ViewProviderPathCompound: public ViewProviderPath
PROPERTY_HEADER_WITH_OVERRIDE(PathGui::ViewProviderPathCompound);
public:
std::vector<App::DocumentObject*> claimChildren() const override;
bool canDragObjects() const override;
void dragObject(App::DocumentObject*) override;
@@ -45,12 +44,11 @@ public:
protected:
bool setEdit(int ModNum) override;
void unsetEdit(int ModNum) override;
};
using ViewProviderPathCompoundPython = Gui::ViewProviderFeaturePythonT<ViewProviderPathCompound>;
} //namespace PathGui
} // namespace PathGui
#endif // PATH_ViewProviderPathCompound_H
#endif // PATH_ViewProviderPathCompound_H