Gui: move PythonWrapper class to its own source file

This commit is contained in:
wmayer
2021-09-22 23:30:03 +02:00
parent bc5c585c8b
commit 21ba35adab
14 changed files with 727 additions and 638 deletions

View File

@@ -45,7 +45,7 @@
#include <Gui/Application.h>
#include <Gui/Document.h>
#include <Gui/ViewProvider.h>
#include <Gui/WidgetFactory.h> //for PythonWrappers
#include <Gui/PythonWrapper.h>
#include <Mod/Part/App/OCCError.h>
#include <Mod/TechDraw/App/DrawPage.h>