diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-10-13 10:17:10 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-10-13 10:17:10 (GMT) |
commit | 5271d92d814e849c83d11069c322824e16db9943 (patch) | |
tree | 3efdb4e839eef04044a0ea3db7ac406362729b52 /src/gui/image | |
parent | 022fbe63eff2b6ddfba289b92bc52337defcb82f (diff) | |
download | Qt-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')
-rw-r--r-- | src/gui/image/qpixmap_s60.cpp | 2 |
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; |