summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/opengl/contextinfo/widget.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/opengl/contextinfo/widget.cpp b/examples/opengl/contextinfo/widget.cpp
index 7711be6a5d..c318accf87 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 {