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

@@ -37,7 +37,7 @@
#include <Gui/Command.h>
#include <Gui/Control.h>
#include <Gui/UiLoader.h>
#include <Gui/WidgetFactory.h>
#include <Gui/PythonWrapper.h>
#include <Base/Interpreter.h>
#include <Base/Console.h>
#include <CXX/Objects.hxx>