diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-24 13:59:44 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-24 13:59:44 (GMT) |
commit | a588ca19acd2f0f6a55426a30d8ef029d8dbb99b (patch) | |
tree | d2d5b9fdc6e05c13ffc949e492e2adfabb161001 /src/gui/image/qpixmapcache.h | |
parent | e8df0f74667f9b8c20630f10d1fa5d4c9d681355 (diff) | |
download | Qt-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/qpixmapcache.h')
-rw-r--r-- | src/gui/image/qpixmapcache.h | 2 |
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(); |