diff --git a/examples/opengl/contextinfo/widget.cpp b/examples/opengl/contextinfo/widget.cpp index 7711be6a5dc..c318accf87b 100644 --- a/examples/opengl/contextinfo/widget.cpp +++ b/examples/opengl/contextinfo/widget.cpp @@ -78,7 +78,8 @@ static struct Version versions[] = { { "4.1", 4, 1 }, { "4.2", 4, 2 }, { "4.3", 4, 3 }, - { "4.4", 4, 4 } + { "4.4", 4, 4 }, + { "4.5", 4, 5 } }; struct Profile {