diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-10-13 07:48:17 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-10-13 07:49:00 (GMT) |
commit | 9c6e466dc09813dd4a641b2cf385f35ac99346f5 (patch) | |
tree | 365c190a6b67aa64d0c542bde688204342542b67 /src/gui/image | |
parent | c34ed14c2c185fcb6fee1f8091790f41270f8472 (diff) | |
download | Qt-9c6e466dc09813dd4a641b2cf385f35ac99346f5.zip Qt-9c6e466dc09813dd4a641b2cf385f35ac99346f5.tar.gz Qt-9c6e466dc09813dd4a641b2cf385f35ac99346f5.tar.bz2 |
Fixed a few compiler warnings from QtGui for Symbian.
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; |