summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap_s60.cpp
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-10-13 10:17:10 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-10-13 10:17:10 (GMT)
commit5271d92d814e849c83d11069c322824e16db9943 (patch)
tree3efdb4e839eef04044a0ea3db7ac406362729b52 /src/gui/image/qpixmap_s60.cpp
parent022fbe63eff2b6ddfba289b92bc52337defcb82f (diff)
downloadQt-5271d92d814e849c83d11069c322824e16db9943.zip
Qt-5271d92d814e849c83d11069c322824e16db9943.tar.gz
Qt-5271d92d814e849c83d11069c322824e16db9943.tar.bz2
Second attempt: Fixed a few compiler warnings from QtGui for Symbian.
The previous commit 9c6e466dc09813dd4a641b2cf385f35ac99346f5 included some changes which were not meant to be pushed. Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/image/qpixmap_s60.cpp')
-rw-r--r--src/gui/image/qpixmap_s60.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/image/qpixmap_s60.cpp b/src/gui/image/qpixmap_s60.cpp
index 554c0f3..9ae8d72 100644
--- a/src/gui/image/qpixmap_s60.cpp
+++ b/src/gui/image/qpixmap_s60.cpp
@@ -716,6 +716,8 @@ void QS60PixmapData::beginDataAccess()
void QS60PixmapData::endDataAccess(bool readOnly) const
{
+ Q_UNUSED(readOnly);
+
if(!cfbsBitmap)
return;