code cleanup: mark unused argument
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e6210aafc5
commit
46441689b9
@ -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…
x
Reference in New Issue
Block a user