forked from qt-creator/qt-creator
Initialize DesignMode variable
Change-Id: Ib926e673434877c2771bf885a760df0ad401ae7b Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
This commit is contained in:
committed by
Nicolas Arnaud-Cormos
parent
3ca226dcaa
commit
5b4ed5bc45
@@ -47,7 +47,7 @@ using namespace Core;
|
|||||||
using namespace Core::Internal;
|
using namespace Core::Internal;
|
||||||
|
|
||||||
CorePlugin::CorePlugin() :
|
CorePlugin::CorePlugin() :
|
||||||
m_mainWindow(new MainWindow), m_editMode(0)
|
m_mainWindow(new MainWindow), m_editMode(0), m_designMode(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user