summaryrefslogtreecommitdiffstats
path: root/examples/opengl/contextinfo/widget.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-03-19 21:03:39 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-03-20 14:06:22 +0000
commit20870dad207ddcd53c269f93796ae1a7b01c7f89 (patch)
tree4ace2541e6fcf241c09434124763716c6949bd7e /examples/opengl/contextinfo/widget.cpp
parent7715ce9fab3b5f46f1d7e0a1503323200790d9c6 (diff)
Add OpenGL 4.5 to contextinfo example
Change-Id: I6f6c5b55769fd818aaf94580246952a574124c0d Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'examples/opengl/contextinfo/widget.cpp')
-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 {