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

@@ -83,6 +83,8 @@ public:
/* TRANSLATOR Gui::EditorView */
TYPESYSTEM_SOURCE_ABSTRACT(Gui::EditorView, Gui::MDIView)
/**
* Constructs a EditorView which is a child of 'parent', with the
* name 'name'.
@@ -586,6 +588,8 @@ void EditorView::focusInEvent (QFocusEvent *)
// ---------------------------------------------------------
TYPESYSTEM_SOURCE_ABSTRACT(Gui::PythonEditorView, Gui::EditorView)
PythonEditorView::PythonEditorView(PythonEditor* editor, QWidget* parent)
: EditorView(editor, parent), _pye(editor)
{