Gui: [skip ci] add sub-classes of the MDIView to the type system

This commit is contained in:
wmayer
2021-11-19 12:51:13 +01:00
parent 740d71b638
commit 3bd3f20e32
9 changed files with 23 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
#include <Base/Console.h>
#include <Gui/Application.h>
#include <Gui/Language/Translator.h>
#include "ImageView.h"
#include "Workbench.h"
#include "ViewProviderImagePlane.h"
@@ -50,6 +51,7 @@ PyMOD_INIT_FUNC(ImageGui)
// instantiating the commands
CreateImageCommands();
ImageGui::ImageView::init();
ImageGui::ViewProviderImagePlane::init();
ImageGui::Workbench::init();