diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2010-05-12 15:36:04 (GMT) |
---|---|---|
committer | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2010-05-12 15:36:04 (GMT) |
commit | 770a2428357f030d4efad8c64ceb381ce50c9fb9 (patch) | |
tree | 77edfa31c3cb8c918e147fe8ee59248cc31d2131 /src/opengl/qpaintengine_opengl.cpp | |
parent | 0fd9d9ca457aa3e400188214f79830cd853e6348 (diff) | |
download | Qt-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.cpp | 2 |
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) { |