Core: Rename ViewProviderPythonFeature to ViewProviderFeaturePython

Fixes #15888
This commit is contained in:
wmayer
2024-08-18 14:00:31 +02:00
committed by Yorik van Havre
parent e4a509cc77
commit c30d42c441
57 changed files with 217 additions and 217 deletions

View File

@@ -670,7 +670,7 @@ PROPERTY_SOURCE_TEMPLATE(PointsGui::ViewProviderPython, PointsGui::ViewProviderS
/// @endcond
// explicit template instantiation
template class PointsGuiExport ViewProviderPythonFeatureT<PointsGui::ViewProviderScattered>;
template class PointsGuiExport ViewProviderFeaturePythonT<PointsGui::ViewProviderScattered>;
} // namespace Gui
// -------------------------------------------------