summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglvertexarrayobject.h
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-07-29 12:36:30 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-07-30 20:01:49 +0200
commit12867bb8e2bf56e9397ee6b6014e176fdab6e86f (patch)
tree212181a5d4c5cbe6d0a143a4462e896fc709c5ad /src/gui/opengl/qopenglvertexarrayobject.h
parent7616586691cf99e63d2b7c0f1fde27791a6a8f24 (diff)
QOpenGLVAO: refactor the helper class and export it
It is useful in other places, for instance in QtQuick, to avoid duplicating the same resolver logic. Change-Id: I9748a420a0abeb07cc84f948965b1e0321a95ca2 Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'src/gui/opengl/qopenglvertexarrayobject.h')
-rw-r--r--src/gui/opengl/qopenglvertexarrayobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/opengl/qopenglvertexarrayobject.h b/src/gui/opengl/qopenglvertexarrayobject.h
index 8369497660..19da85bffd 100644
--- a/src/gui/opengl/qopenglvertexarrayobject.h
+++ b/src/gui/opengl/qopenglvertexarrayobject.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Klaralvdalens Datakonsult AB (KDAB).
+** Copyright (C) 2014 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Sean Harmer <sean.harmer@kdab.com>
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtGui module of the Qt Toolkit.