forked from qt-creator/qt-creator
QmlDesigner: WS fixes for puppetcreator
Change-Id: I14eefc6caf9a88fd6748b3b4450cfd826916874d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -166,10 +166,10 @@ PuppetCreator::PuppetCreator(ProjectExplorer::Kit *kit,
|
||||
const Model *model)
|
||||
|
||||
: m_kit(kit)
|
||||
,m_availablePuppetType(FallbackPuppet)
|
||||
,m_model(model)
|
||||
, m_availablePuppetType(FallbackPuppet)
|
||||
, m_model(model)
|
||||
#ifndef QMLDESIGNER_TEST
|
||||
,m_designerSettings(QmlDesignerPlugin::instance()->settings())
|
||||
, m_designerSettings(QmlDesignerPlugin::instance()->settings())
|
||||
#endif
|
||||
, m_currentProject(project)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user