diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-04 22:06:07 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-04 22:06:07 (GMT) |
commit | 1ec1d9bc56572a92108a4b1bf48587717e7c630b (patch) | |
tree | 3941943f4539d459c00b72a7ff84ef5cf18f51c0 /src/opengl | |
parent | 34a1438c4184afecc237fe0177ed4a536b2d5e43 (diff) | |
download | Qt-1ec1d9bc56572a92108a4b1bf48587717e7c630b.zip Qt-1ec1d9bc56572a92108a4b1bf48587717e7c630b.tar.gz Qt-1ec1d9bc56572a92108a4b1bf48587717e7c630b.tar.bz2 |
Add unit tests for QGLContextResource
Reviewed-by: trustme
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qgl_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h index 1957429..2bf3374 100644 --- a/src/opengl/qgl_p.h +++ b/src/opengl/qgl_p.h @@ -506,7 +506,7 @@ inline GLenum qt_gl_preferredTextureTarget() } // One resource per group of shared contexts. -class QGLContextResource : public QObject +class Q_AUTOTEST_EXPORT QGLContextResource : public QObject { Q_OBJECT public: |