summaryrefslogtreecommitdiff
path: root/src/gui/image/qpixmapcache_p.h
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-05-22 17:47:01 +0200
committerAlexis Menard <alexis.menard@nokia.com>2009-05-22 17:47:55 +0200
commit37b0711beb909f3d0bd6f2420aa44bc49e786cd5 (patch)
tree4b0c5a30337b9af103d274ef11e994751292afd6 /src/gui/image/qpixmapcache_p.h
parent73f953dce2c184c36476c3412880a7aee10ef638 (diff)
downloadqt4-tools-37b0711beb909f3d0bd6f2420aa44bc49e786cd5.tar.gz
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/image/qpixmapcache_p.h b/src/gui/image/qpixmapcache_p.h
index 5aa6eaf0a5..a35e0d2d62 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: