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:
parent
274f7bfbf5
commit
4656fabd8a
@ -1308,6 +1308,7 @@ bool QCompleter::eventFilter(QObject *o, QEvent *e)
|
||||
case QEvent::Hide:
|
||||
if (d->popup)
|
||||
d->popup->hide();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user