From 46441689b97b279845b3bb26299042890513a253 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 2 Jan 2020 08:52:45 -0800 Subject: code cleanup: mark unused argument Signed-off-by: Dirk Hohndel --- desktop-widgets/locationinformation.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop-widgets/locationinformation.cpp') diff --git a/desktop-widgets/locationinformation.cpp b/desktop-widgets/locationinformation.cpp index f7b33cae4..2f7b8ffb1 100644 --- a/desktop-widgets/locationinformation.cpp +++ b/desktop-widgets/locationinformation.cpp @@ -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; -- cgit v1.2.3-70-g09d2