summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex
diff options
context:
space:
mode:
authorJani Hautakangas <jani.hautakangas@nokia.com>2010-10-20 09:32:01 (GMT)
committerJani Hautakangas <jani.hautakangas@nokia.com>2010-10-21 08:50:12 (GMT)
commit5f49392232dff904fdd3401cb739a1eaa79f7bd3 (patch)
treef505f118120fb45499c349aafb89bc7965127ea2 /src/opengl/gl2paintengineex
parent8331e9700b830594d3c015308bf0aa351997862c (diff)
downloadQt-5f49392232dff904fdd3401cb739a1eaa79f7bd3.zip
Qt-5f49392232dff904fdd3401cb739a1eaa79f7bd3.tar.gz
Qt-5f49392232dff904fdd3401cb739a1eaa79f7bd3.tar.bz2
Functions that are externally defined to QtOpenGL needs to be imported.
This is needed for RVCT4 Reviewed-by: Jason Barron
Diffstat (limited to 'src/opengl/gl2paintengineex')
-rw-r--r--src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp b/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
index 5c7ebfa..84c7fed 100644
--- a/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
+++ b/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
@@ -102,7 +102,7 @@ extern Q_GUI_EXPORT bool qt_cleartype_enabled;
extern bool qt_applefontsmoothing_enabled;
#endif
-extern QImage qt_imageForBrush(int brushStyle, bool invert);
+Q_DECL_IMPORT extern QImage qt_imageForBrush(int brushStyle, bool invert);
////////////////////////////////// Private Methods //////////////////////////////////////////