mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-27 08:41:02 +08:00
Typo fix
This commit is contained in:
parent
6cc481319f
commit
a2784eec50
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user