Widgets: silence clang's -Wimplicit-fallthrough

clang's fallthrough detection is a little stricter than gcc.

Pick-to: 6.7
Change-Id: If1052275f035a8e8a496cc5a40a21137d18712e3
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Tim Blechmann 2024-05-24 09:31:40 +08:00
parent 274f7bfbf5
commit 4656fabd8a

View File

@ -1308,6 +1308,7 @@ bool QCompleter::eventFilter(QObject *o, QEvent *e)
case QEvent::Hide:
if (d->popup)
d->popup->hide();
break;
default:
break;
}