Skip to content

Commit fd3fc57

Browse files
committed
Part: Rename ViewProviderPartExtPy class files
1 parent 77fc1de commit fd3fc57

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/Mod/Part/Gui/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ list(APPEND PartGui_LIBS
3131
${QtConcurrent_LIBRARIES}
3232
)
3333

34-
generate_from_xml(ViewProviderExtPy)
34+
generate_from_xml(ViewProviderPartExtPy)
3535

3636
set (Part_TR_QRC ${CMAKE_CURRENT_BINARY_DIR}/Resources/Part_translation.qrc)
3737
qt_find_and_add_translation(QM_SRCS "Resources/translations/*_*.ts"
@@ -72,8 +72,8 @@ set(PartGui_UIC_SRCS
7272
)
7373

7474
SET(Python_SRCS
75-
ViewProviderExtPy.xml
76-
ViewProviderExtPyImp.cpp
75+
ViewProviderPartExtPy.xml
76+
ViewProviderPartExtPyImp.cpp
7777
)
7878
SOURCE_GROUP("Python" FILES ${Python_SRCS})
7979

src/Mod/Part/Gui/ViewProviderExtPyImp.cpp src/Mod/Part/Gui/ViewProviderPartExtPyImp.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
#include <App/GeoFeature.h>
3131
#include <App/PropertyStandard.h>
3232

33-
#include "ViewProviderExt.h"
3433
#include "ViewProviderPartExtPy.h"
35-
3634
#include "ViewProviderPartExtPy.cpp"
3735

3836

0 commit comments

Comments
 (0)