bugfix: 'switch case' for OpenVG had no 'break'

This commit is contained in:
François Gannaz 2019-04-01 09:47:40 +02:00 committed by Felix Kauselmann
parent 35bb3b553f
commit 88f668d663

View File

@ -31,6 +31,7 @@ OpenGLChecker::OpenGLChecker()
case QSurfaceFormat::OpenVG:
type = "OpenVG";
break;
default: case QSurfaceFormat::DefaultRenderableType:
type = "unknown";