code cleanup: mark unused argument

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-01-02 08:52:45 -08:00
parent e6210aafc5
commit 46441689b9

View file

@ -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;