summaryrefslogtreecommitdiffstats
path: root/src/gui/image
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-24 13:59:44 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-24 13:59:44 (GMT)
commita588ca19acd2f0f6a55426a30d8ef029d8dbb99b (patch)
treed2d5b9fdc6e05c13ffc949e492e2adfabb161001 /src/gui/image
parente8df0f74667f9b8c20630f10d1fa5d4c9d681355 (diff)
downloadQt-a588ca19acd2f0f6a55426a30d8ef029d8dbb99b.zip
Qt-a588ca19acd2f0f6a55426a30d8ef029d8dbb99b.tar.gz
Qt-a588ca19acd2f0f6a55426a30d8ef029d8dbb99b.tar.bz2
Nested classes need to be exported as well.
This makes the QPixmapCache autotest link and pass on Windows. Reviewed-by: Trustme
Diffstat (limited to 'src/gui/image')
-rw-r--r--src/gui/image/qpixmapcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qpixmapcache.h b/src/gui/image/qpixmapcache.h
index c86f3fa..de589fc 100644
--- a/src/gui/image/qpixmapcache.h
+++ b/src/gui/image/qpixmapcache.h
@@ -54,7 +54,7 @@ class Q_GUI_EXPORT QPixmapCache
{
public:
class KeyData;
- class Key
+ class Q_GUI_EXPORT Key
{
public:
Key();