0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 08:41:02 +08:00
This commit is contained in:
Victor Zarubkin 2016-09-16 00:18:51 +03:00
parent 6cc481319f
commit a2784eec50

View File

@ -363,7 +363,7 @@ void EasyTreeWidget::contextMenuEvent(QContextMenuEvent* _event)
action = menu.addAction("Collapse all");
connect(action, &QAction::triggered, this, &This::onCollapseAllClicked);
SET_ICON(action, ":/Colapse");
SET_ICON(action, ":/Collapse");
if (item != nullptr && col >= 0)
{