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:
Marc Mutz 2017-03-22 10:06:43 +01:00
parent cd58abb1db
commit 8f7776df5e

View File

@ -291,6 +291,7 @@ static bool convert(const QVariant::Private *d, int t,
default:
break;
}
break;
}
#endif
#ifndef QT_NO_ICON