summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap_s60.cpp
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-06-05 09:35:34 (GMT)
committerJason Barron <jbarron@trolltech.com>2009-06-05 09:38:30 (GMT)
commited0156a4269cd5c4ee13368b8c366bb7af2f489f (patch)
tree86bb07ef3e2337418a6215ced4528abd991e4d68 /src/gui/image/qpixmap_s60.cpp
parent800b7e087f90e6253e4c496e816721c63b366e02 (diff)
downloadQt-ed0156a4269cd5c4ee13368b8c366bb7af2f489f.zip
Qt-ed0156a4269cd5c4ee13368b8c366bb7af2f489f.tar.gz
Qt-ed0156a4269cd5c4ee13368b8c366bb7af2f489f.tar.bz2
Compile on newer SDKs >= S60 5.0.
Semi-colons, colons, they all look the same to me.
Diffstat (limited to 'src/gui/image/qpixmap_s60.cpp')
-rw-r--r--src/gui/image/qpixmap_s60.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qpixmap_s60.cpp b/src/gui/image/qpixmap_s60.cpp
index 879c980..3ea50ff 100644
--- a/src/gui/image/qpixmap_s60.cpp
+++ b/src/gui/image/qpixmap_s60.cpp
@@ -140,7 +140,7 @@ CFbsBitmap *QPixmap::toSymbianCFbsBitmap() const
case QImage::Format_ARGB32_Premultiplied:
#if !defined(__SERIES60_31__) && !defined(__S60_32__)
// ### TODO: Add runtime detection as well?
- mode = EColor16MAP:
+ mode = EColor16MAP;
break;
#endif
destFormat = QImage::Format_ARGB32;