forked from qt-creator/qt-creator
QmlDesigner: Remove unstable feature
Change-Id: I30ac5110a504ae71e6b084fc32a50bd875bf136b Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
This commit is contained in:
committed by
Alessandro Portale
parent
1d8c2e61b4
commit
b2c13cf33c
@@ -45,8 +45,6 @@ ComponentsPlugin::ComponentsPlugin()
|
|||||||
{
|
{
|
||||||
TabViewIndexModel::registerDeclarativeType();
|
TabViewIndexModel::registerDeclarativeType();
|
||||||
DesignerActionManager *actionManager = &QmlDesignerPlugin::instance()->viewManager().designerActionManager();
|
DesignerActionManager *actionManager = &QmlDesignerPlugin::instance()->viewManager().designerActionManager();
|
||||||
actionManager->addDesignerAction(new AddTabDesignerAction);
|
|
||||||
actionManager->addDesignerAction(new EnterTabDesignerAction);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QString ComponentsPlugin::pluginName() const
|
QString ComponentsPlugin::pluginName() const
|
||||||
|
Reference in New Issue
Block a user