From a588ca19acd2f0f6a55426a30d8ef029d8dbb99b Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 24 Jul 2009 15:59:44 +0200 Subject: Nested classes need to be exported as well. This makes the QPixmapCache autotest link and pass on Windows. Reviewed-by: Trustme --- src/gui/image/qpixmapcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v0.12