Core: Rename ViewProviderPythonFeature to ViewProviderFeaturePython
Fixes #15888
This commit is contained in:
@@ -33,5 +33,5 @@ PROPERTY_SOURCE_TEMPLATE(MeshGui::ViewProviderPython, MeshGui::ViewProviderMeshF
|
||||
/// @endcond
|
||||
|
||||
// explicit template instantiation
|
||||
template class MeshGuiExport ViewProviderPythonFeatureT<MeshGui::ViewProviderMeshFaceSet>;
|
||||
template class MeshGuiExport ViewProviderFeaturePythonT<MeshGui::ViewProviderMeshFaceSet>;
|
||||
} // namespace Gui
|
||||
|
||||
@@ -24,13 +24,13 @@
|
||||
#ifndef MESHGUI_VIEWPROVIDERPYTHON_H
|
||||
#define MESHGUI_VIEWPROVIDERPYTHON_H
|
||||
|
||||
#include <Gui/ViewProviderPythonFeature.h>
|
||||
#include <Gui/ViewProviderFeaturePython.h>
|
||||
#include <Mod/Mesh/Gui/ViewProviderMeshFaceSet.h>
|
||||
|
||||
namespace MeshGui
|
||||
{
|
||||
|
||||
using ViewProviderPython = Gui::ViewProviderPythonFeatureT<ViewProviderMeshFaceSet>;
|
||||
using ViewProviderPython = Gui::ViewProviderFeaturePythonT<ViewProviderMeshFaceSet>;
|
||||
|
||||
} // namespace MeshGui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user