Add missing return statement
We act on the event but don't consume it. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9f86468c00
commit
ee8f7de4e7
@ -251,6 +251,7 @@ bool SimpleDiveSiteEditDialog::eventFilter(QObject *obj, QEvent *ev)
|
||||
} else if (obj == ui->diveSiteNotes) {
|
||||
diveSiteNotes_editingFinished();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void SimpleDiveSiteEditDialog::showEvent(QShowEvent *ev)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user