diff --git a/src/widgets/util/qcompleter.cpp b/src/widgets/util/qcompleter.cpp index f52321a3e11..21612ad6d16 100644 --- a/src/widgets/util/qcompleter.cpp +++ b/src/widgets/util/qcompleter.cpp @@ -1308,6 +1308,7 @@ bool QCompleter::eventFilter(QObject *o, QEvent *e) case QEvent::Hide: if (d->popup) d->popup->hide(); + break; default: break; }