Fixed #1978 (Fix compiler warnings in GUI (MainWindow::mExiting’ will be initialized after...))
This commit is contained in:
parent
8731b3efdd
commit
28996bd9c1
|
@ -44,8 +44,8 @@ MainWindow::MainWindow() :
|
|||
mLanguages(new QActionGroup(this)),
|
||||
mLogView(NULL),
|
||||
mHelpWindow(NULL),
|
||||
mExiting(false),
|
||||
mProject(NULL)
|
||||
mProject(NULL),
|
||||
mExiting(false)
|
||||
{
|
||||
mUI.setupUi(this);
|
||||
mUI.mResults->Initialize(mSettings, mApplications);
|
||||
|
|
Loading…
Reference in New Issue