summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2017-03-22 10:06:43 +0100
committerMarc Mutz <marc.mutz@kdab.com>2017-03-22 09:42:35 +0000
commit8f7776df5e649a99377776d4f2b91c220632f36f (patch)
treebf0ba8e8e82cd8e5564f2fdb5e34c718e891f33f /src
parentcd58abb1db7f7dadae515e6aa7ec75b8d23b503d (diff)
QGuiVariant: fix unintended fall-through
Found by GCC 7. Change-Id: I8a9cca5236f077335031afc90b2683a2846d3b79 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qguivariant.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qguivariant.cpp b/src/gui/kernel/qguivariant.cpp
index bde0d20ea8..090217187e 100644
--- a/src/gui/kernel/qguivariant.cpp
+++ b/src/gui/kernel/qguivariant.cpp
@@ -291,6 +291,7 @@ static bool convert(const QVariant::Private *d, int t,
default:
break;
}
+ break;
}
#endif
#ifndef QT_NO_ICON