Debugger: Proper menu icon for "Profile Costs of This Function..."

Don't use the toolbar variant, there.

Change-Id: I820d3e51567bfeff4eec2277f20b52fb617d1eee
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Alessandro Portale
2016-05-15 21:49:18 +02:00
parent 070897091a
commit ad55f0bd84
3 changed files with 6 additions and 2 deletions

View File

@@ -3569,7 +3569,7 @@ void registerToolbar(const QByteArray &perspectiveId, const ToolbarDescription &
QAction *createStartAction()
{
auto action = new QAction(DebuggerMainWindow::tr("Start"), DebuggerPlugin::instance());
action->setIcon(Icons::ANALYZER_CONTROL_START.icon());
action->setIcon(Icons::ANALYZER_CONTROL_START_TOOLBAR.icon());
action->setEnabled(true);
return action;
}