diff options
author | Jason Barron <jbarron@trolltech.com> | 2010-03-22 15:41:42 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2010-03-22 15:46:28 (GMT) |
commit | fec5410f350e4d67b7991f15da94775f97bce0bb (patch) | |
tree | 20813ce5ea1bf0c2743263e744f685e37dd3e477 /src/opengl | |
parent | 97701a9e002593b0cc17afc6ce32925464f8b2fc (diff) | |
download | Qt-fec5410f350e4d67b7991f15da94775f97bce0bb.zip Qt-fec5410f350e4d67b7991f15da94775f97bce0bb.tar.gz Qt-fec5410f350e4d67b7991f15da94775f97bce0bb.tar.bz2 |
Fix #ifdef logic for Symbian conversion functions in QVGPixmapData.
The previous #ifdef logic had the entire body of fromNativeType() and
toNativeType() #ifdef'ed out meaning that the OpenVG graphics system
could not convert CFbsBitmap instances to VGImage instances. This was
obviously incorrect because this code has no dependancy on RSgImage (or
EGL) and should therefore be outside of the #ifdef.
Reviewed-by: TrustMe
Diffstat (limited to 'src/opengl')
0 files changed, 0 insertions, 0 deletions