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
@@ -236,7 +236,7 @@ protected:
|
||||
|
||||
/* TRANSLATOR Gui::MainWindow */
|
||||
|
||||
MainWindow::MainWindow(QWidget * parent, Qt::WFlags f)
|
||||
MainWindow::MainWindow(QWidget * parent, Qt::WindowFlags f)
|
||||
: QMainWindow( parent, f/*WDestructiveClose*/ )
|
||||
{
|
||||
d = new MainWindowP;
|
||||
|
||||
Reference in New Issue
Block a user