annotate qt/opengl/gl.d @ 104:64b874c86f9b

fixed bug with QSpinBox
author eldar
date Sat, 30 May 2009 13:07:26 +0000
parents e78566595089
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
e78566595089 initial import
mandel
parents:
diff changeset
1 module qt.opengl.gl;
e78566595089 initial import
mandel
parents:
diff changeset
2
e78566595089 initial import
mandel
parents:
diff changeset
3 public
e78566595089 initial import
mandel
parents:
diff changeset
4 {
e78566595089 initial import
mandel
parents:
diff changeset
5 import qt.opengl.gltypes;
e78566595089 initial import
mandel
parents:
diff changeset
6 import qt.opengl.glfuncs;
e78566595089 initial import
mandel
parents:
diff changeset
7 }