mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
code cleanup: mark unused argument
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e6210aafc5
commit
46441689b9
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ void LocationInformationWidget::keyPressEvent(QKeyEvent *e)
|
|||
|
||||
bool LocationInformationWidget::eventFilter(QObject *object, QEvent *ev)
|
||||
{
|
||||
Q_UNUSED(object)
|
||||
if (ev->type() == QEvent::ContextMenu) {
|
||||
QContextMenuEvent *ctx = (QContextMenuEvent *)ev;
|
||||
QMenu contextMenu;
|
||||
|
|
Loading…
Add table
Reference in a new issue