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

@@ -25,7 +25,7 @@
#endif
#include "ExpressionBindingPy.h"
#include "ExpressionBinding.h"
#include "WidgetFactory.h"
#include "PythonWrapper.h"
#include "QuantitySpinBox.h"
#include "InputField.h"
#include <App/DocumentObjectPy.h>