ViewProviderOrigin: Renamed to ViewProviderCoordinateSystem

This commit is contained in:
PaddleStroke
2024-11-26 10:23:26 +01:00
parent 4ebb66838c
commit b2f965c06e
22 changed files with 67 additions and 67 deletions

View File

@@ -106,7 +106,7 @@ public:
/// returns the type name of the ViewProvider
const char* getViewProviderName() const override
{
return "Gui::ViewProviderOrigin";
return "Gui::ViewProviderCoordinateSystem";
}
bool getCameraAlignmentDirection(Base::Vector3d& direction, const char* subname) const override;

View File

@@ -45,7 +45,7 @@ public:
/// returns the type name of the ViewProvider
const char* getViewProviderName() const override
{
return "Gui::ViewProviderOrigin";
return "Gui::ViewProviderCoordinateSystem";
}
bool isOrigin() override