Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
This change is Qt4/Qt5 neutral.
This commit is contained in:
committed by
wmayer
parent
cd2db00f22
commit
3b463f2138
@@ -105,7 +105,7 @@ void GLOverlayWidget::paintEvent(QPaintEvent* ev)
|
||||
TYPESYSTEM_SOURCE_ABSTRACT(Gui::View3DInventor,Gui::MDIView);
|
||||
|
||||
View3DInventor::View3DInventor(Gui::Document* pcDocument, QWidget* parent,
|
||||
const QGLWidget* sharewidget, Qt::WFlags wflags)
|
||||
const QGLWidget* sharewidget, Qt::WindowFlags wflags)
|
||||
: MDIView(pcDocument, parent, wflags), _viewerPy(0)
|
||||
{
|
||||
stack = new QStackedWidget(this);
|
||||
|
||||
Reference in New Issue
Block a user