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)),
|
mLanguages(new QActionGroup(this)),
|
||||||
mLogView(NULL),
|
mLogView(NULL),
|
||||||
mHelpWindow(NULL),
|
mHelpWindow(NULL),
|
||||||
mExiting(false),
|
mProject(NULL),
|
||||||
mProject(NULL)
|
mExiting(false)
|
||||||
{
|
{
|
||||||
mUI.setupUi(this);
|
mUI.setupUi(this);
|
||||||
mUI.mResults->Initialize(mSettings, mApplications);
|
mUI.mResults->Initialize(mSettings, mApplications);
|
||||||
|
|
Loading…
Reference in New Issue