summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl2/glwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/hellogl2/glwidget.h')
-rw-r--r--examples/opengl/hellogl2/glwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/opengl/hellogl2/glwidget.h b/examples/opengl/hellogl2/glwidget.h
index fcc6225999..2d642649f1 100644
--- a/examples/opengl/hellogl2/glwidget.h
+++ b/examples/opengl/hellogl2/glwidget.h
@@ -98,6 +98,7 @@ private:
QMatrix4x4 m_proj;
QMatrix4x4 m_camera;
QMatrix4x4 m_world;
+ bool m_transparent;
};
#endif