summaryrefslogtreecommitdiffstats
path: root/src/opengl/qpaintengine_opengl.cpp
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-05-12 15:36:04 (GMT)
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-05-12 15:36:04 (GMT)
commit770a2428357f030d4efad8c64ceb381ce50c9fb9 (patch)
tree77edfa31c3cb8c918e147fe8ee59248cc31d2131 /src/opengl/qpaintengine_opengl.cpp
parent0fd9d9ca457aa3e400188214f79830cd853e6348 (diff)
downloadQt-770a2428357f030d4efad8c64ceb381ce50c9fb9.zip
Qt-770a2428357f030d4efad8c64ceb381ce50c9fb9.tar.gz
Qt-770a2428357f030d4efad8c64ceb381ce50c9fb9.tar.bz2
Compile fix on Windows.
Reviewed-by: Trond
Diffstat (limited to 'src/opengl/qpaintengine_opengl.cpp')
-rw-r--r--src/opengl/qpaintengine_opengl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qpaintengine_opengl.cpp b/src/opengl/qpaintengine_opengl.cpp
index d2b0d4f..08a50cb 100644
--- a/src/opengl/qpaintengine_opengl.cpp
+++ b/src/opengl/qpaintengine_opengl.cpp
@@ -3950,7 +3950,7 @@ void QOpenGLPaintEnginePrivate::strokeLines(const QPainterPath &path)
enableClipping();
}
-extern bool qt_scaleForTransform(const QTransform &transform, qreal *scale); // qtransform.cpp
+Q_GUI_EXPORT bool qt_scaleForTransform(const QTransform &transform, qreal *scale); // qtransform.cpp
void QOpenGLPaintEnginePrivate::strokePath(const QPainterPath &path, bool use_cache)
{