Gui: [skip ci] add sub-classes of the MDIView to the type system
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user