fixes #0004125: MDIViews not accessible correctly

This commit is contained in:
wmayer
2019-09-15 18:15:44 +02:00
parent 4631b26d42
commit 1bfe0f3bea
14 changed files with 276 additions and 8 deletions

View File

@@ -105,7 +105,7 @@ void GLOverlayWidget::paintEvent(QPaintEvent*)
/* TRANSLATOR Gui::View3DInventor */
TYPESYSTEM_SOURCE_ABSTRACT(Gui::View3DInventor,Gui::MDIView);
TYPESYSTEM_SOURCE_ABSTRACT(Gui::View3DInventor,Gui::MDIView)
View3DInventor::View3DInventor(Gui::Document* pcDocument, QWidget* parent,
const QtGLWidget* sharewidget, Qt::WindowFlags wflags)