forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user