mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
bugfix: 'switch case' for OpenVG had no 'break'
This commit is contained in:
parent
35bb3b553f
commit
88f668d663
@ -31,6 +31,7 @@ OpenGLChecker::OpenGLChecker()
|
||||
|
||||
case QSurfaceFormat::OpenVG:
|
||||
type = "OpenVG";
|
||||
break;
|
||||
|
||||
default: case QSurfaceFormat::DefaultRenderableType:
|
||||
type = "unknown";
|
||||
|
Loading…
Reference in New Issue
Block a user