summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopenglvertexarrayobject.h
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-06-17 18:47:12 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-06-18 13:03:26 +0200
commit1face783456582b805acc32452b5d61ddc3f99f7 (patch)
tree86cffe2b7303db28405c95c19cb4213dbc8ac86e /src/opengl/qopenglvertexarrayobject.h
parent87c4812b6c05121d20c36cda485e7b85afe3ca2c (diff)
QOGLVAO::Binder: unexport a value class
Change-Id: Idd0261a30599d0eaeb6faffd0ff5615b5c45b670 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/opengl/qopenglvertexarrayobject.h')
-rw-r--r--src/opengl/qopenglvertexarrayobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qopenglvertexarrayobject.h b/src/opengl/qopenglvertexarrayobject.h
index 0675c844e9..7ed1270b86 100644
--- a/src/opengl/qopenglvertexarrayobject.h
+++ b/src/opengl/qopenglvertexarrayobject.h
@@ -66,7 +66,7 @@ public:
void bind();
void release();
- class Q_OPENGL_EXPORT Binder
+ class Binder
{
public:
inline Binder(QOpenGLVertexArrayObject *v)