QGuiVariant: fix unintended fall-through
Found by GCC 7. Change-Id: I8a9cca5236f077335031afc90b2683a2846d3b79 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
This commit is contained in:
parent
cd58abb1db
commit
8f7776df5e
@ -291,6 +291,7 @@ static bool convert(const QVariant::Private *d, int t,
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
#ifndef QT_NO_ICON
|
||||
|
Loading…
Reference in New Issue
Block a user