summaryrefslogtreecommitdiffstats
path: root/src/render/graphicshelpers/graphicscontext_p.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-09-07 12:34:26 +0200
committerPaul Lemire <paul.lemire@kdab.com>2016-11-23 20:55:44 +0000
commitad43653143d85bfb588f7e6f743252c9f125a290 (patch)
tree110332397e13836e8ea3ecff1d21d373607e431c /src/render/graphicshelpers/graphicscontext_p.h
parent969efc89f20584cb7e8a926df1b8f63e2b886bc9 (diff)
Export GraphicsContext for unit tests
Change-Id: I474f90809d253e3707b9fe18baa4a7c19ae77f47 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src/render/graphicshelpers/graphicscontext_p.h')
-rw-r--r--src/render/graphicshelpers/graphicscontext_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/graphicshelpers/graphicscontext_p.h b/src/render/graphicshelpers/graphicscontext_p.h
index baf0cf459..d8f861ebb 100644
--- a/src/render/graphicshelpers/graphicscontext_p.h
+++ b/src/render/graphicshelpers/graphicscontext_p.h
@@ -100,7 +100,7 @@ enum TextureScope
typedef QPair<QString, int> NamedUniformLocation;
-class GraphicsContext
+class Q_AUTOTEST_EXPORT GraphicsContext
{
public:
GraphicsContext();