summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qstroker_p.h
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-05-12 17:36:04 +0200
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-05-12 17:36:04 +0200
commit770a2428357f030d4efad8c64ceb381ce50c9fb9 (patch)
tree77edfa31c3cb8c918e147fe8ee59248cc31d2131 /src/gui/painting/qstroker_p.h
parent0fd9d9ca457aa3e400188214f79830cd853e6348 (diff)
Compile fix on Windows.
Reviewed-by: Trond
Diffstat (limited to 'src/gui/painting/qstroker_p.h')
-rw-r--r--src/gui/painting/qstroker_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qstroker_p.h b/src/gui/painting/qstroker_p.h
index 0f133ef9b7..d646135af1 100644
--- a/src/gui/painting/qstroker_p.h
+++ b/src/gui/painting/qstroker_p.h
@@ -125,7 +125,7 @@ typedef void (*qStrokerCubicToHook)(qfixed c1x, qfixed c1y,
void *data);
// qtransform.cpp
-extern bool qt_scaleForTransform(const QTransform &transform, qreal *scale);
+Q_GUI_EXPORT bool qt_scaleForTransform(const QTransform &transform, qreal *scale);
class Q_GUI_EXPORT QStrokerOps
{