forked from qt-creator/qt-creator
Adapt to upstream API change
Change-Id: I33168006b955af224fd914482a042958f6319c4e Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
committed by
Andre Poenitz
parent
cffd9f8f3e
commit
a92d11001e
@@ -152,7 +152,7 @@ bool ClangStaticAnalyzerPlugin::initializeEnterpriseFeatures(const QStringList &
|
|||||||
action->setActionId("ClangStaticAnalyzer");
|
action->setActionId("ClangStaticAnalyzer");
|
||||||
action->setWidgetCreator(widgetCreator);
|
action->setWidgetCreator(widgetCreator);
|
||||||
action->setRunControlCreator(runControlCreator);
|
action->setRunControlCreator(runControlCreator);
|
||||||
action->setToolStarter([tool] { tool->startTool(); });
|
action->setCustomToolStarter([tool] { tool->startTool(); });
|
||||||
action->setText(tr("Clang Static Analyzer"));
|
action->setText(tr("Clang Static Analyzer"));
|
||||||
action->setToolTip(toolTip);
|
action->setToolTip(toolTip);
|
||||||
action->setMenuGroup(Constants::G_ANALYZER_TOOLS);
|
action->setMenuGroup(Constants::G_ANALYZER_TOOLS);
|
||||||
|
Reference in New Issue
Block a user