Fix typo
Reported-by: Peter Konings <peter.l.e.konings@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6082ddb1d5
commit
f79cc7bd91
@ -169,7 +169,7 @@ void ProfileGraphicsView::contextMenuEvent(QContextMenuEvent* event)
|
||||
}
|
||||
}
|
||||
if (some_hidden) {
|
||||
action = m.addAction(tr("Unhde all events"), this, SLOT(unhideEvents()));
|
||||
action = m.addAction(tr("Unhide all events"), this, SLOT(unhideEvents()));
|
||||
action->setData(event->globalPos());
|
||||
}
|
||||
m.exec(event->globalPos());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user