From ed0156a4269cd5c4ee13368b8c366bb7af2f489f Mon Sep 17 00:00:00 2001 From: Jason Barron Date: Fri, 5 Jun 2009 11:35:34 +0200 Subject: Compile on newer SDKs >= S60 5.0. Semi-colons, colons, they all look the same to me. --- src/gui/image/qpixmap_s60.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12