diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2009-05-22 15:47:01 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2009-05-22 15:47:55 (GMT) |
commit | 37b0711beb909f3d0bd6f2420aa44bc49e786cd5 (patch) | |
tree | 4b0c5a30337b9af103d274ef11e994751292afd6 /src/gui/image/qpixmapcache_p.h | |
parent | 73f953dce2c184c36476c3412880a7aee10ef638 (diff) | |
download | Qt-37b0711beb909f3d0bd6f2420aa44bc49e786cd5.zip Qt-37b0711beb909f3d0bd6f2420aa44bc49e786cd5.tar.gz Qt-37b0711beb909f3d0bd6f2420aa44bc49e786cd5.tar.bz2 |
Fix build on Solaris for qHash function in QPixmapCache.
Reviewed-by:thierry
Diffstat (limited to 'src/gui/image/qpixmapcache_p.h')
-rw-r--r-- | src/gui/image/qpixmapcache_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/image/qpixmapcache_p.h b/src/gui/image/qpixmapcache_p.h index 5aa6eaf..a35e0d2 100644 --- a/src/gui/image/qpixmapcache_p.h +++ b/src/gui/image/qpixmapcache_p.h @@ -60,6 +60,8 @@ QT_BEGIN_NAMESPACE +uint qHash(const QPixmapCache::Key &k); + class QPixmapCache::KeyData { public: |