From 83e820ba767c2d37600d3536ebcfde18234d2f46 Mon Sep 17 00:00:00 2001 From: Matthew Vogt Date: Tue, 15 May 2012 09:02:09 +1000 Subject: Remove unnecessary exports Reduce library load time by removing any exports which are not required by existing clients. Task-number: QTBUG-24768 Change-Id: Ia5754d6f97bb2ed46e290820a5b092f85a4bc5b0 Reviewed-by: Martin Jones --- src/quick/scenegraph/util/qsgdistancefieldutil_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quick/scenegraph/util/qsgdistancefieldutil_p.h') diff --git a/src/quick/scenegraph/util/qsgdistancefieldutil_p.h b/src/quick/scenegraph/util/qsgdistancefieldutil_p.h index 4ed4c28657..329df98a34 100644 --- a/src/quick/scenegraph/util/qsgdistancefieldutil_p.h +++ b/src/quick/scenegraph/util/qsgdistancefieldutil_p.h @@ -55,7 +55,7 @@ class QOpenGLShaderProgram; class QSGDistanceFieldGlyphCache; class QSGContext; -class Q_QUICK_EXPORT QSGDistanceFieldGlyphCacheManager +class Q_QUICK_PRIVATE_EXPORT QSGDistanceFieldGlyphCacheManager { public: QSGDistanceFieldGlyphCacheManager(); -- cgit v1.2.3