diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-01 06:36:05 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-01 06:36:05 (GMT) |
commit | 9341ac7d2f04d6f36b6b23b654e3cb3db42ed027 (patch) | |
tree | 17c4a53e9cf927d793cbe6b1ec108f9bae03babd /src/opengl | |
parent | 9dc9084a2ede875495e078e6998476f2ae5ea4e5 (diff) | |
download | Qt-9341ac7d2f04d6f36b6b23b654e3cb3db42ed027.zip Qt-9341ac7d2f04d6f36b6b23b654e3cb3db42ed027.tar.gz Qt-9341ac7d2f04d6f36b6b23b654e3cb3db42ed027.tar.bz2 |
Add unit tests for QGLShareRegister
Reviewed-by: Sarah Smith
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 2e8ac88..a113b0f 100644 --- a/src/opengl/qgl_p.h +++ b/src/opengl/qgl_p.h @@ -399,7 +399,7 @@ public: Q_DECLARE_OPERATORS_FOR_FLAGS(QGLExtensions::Extensions) -class QGLShareRegister +class Q_AUTOTEST_EXPORT QGLShareRegister { public: QGLShareRegister() {} |