diff options
Diffstat (limited to 'src/declarative/util/qmlpixmapcache_p.h')
-rw-r--r-- | src/declarative/util/qmlpixmapcache_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qmlpixmapcache_p.h b/src/declarative/util/qmlpixmapcache_p.h index b71873f..4dcafcf 100644 --- a/src/declarative/util/qmlpixmapcache_p.h +++ b/src/declarative/util/qmlpixmapcache_p.h @@ -55,7 +55,7 @@ class QmlEngine; class QNetworkReply; class QmlPixmapReplyPrivate; -class QmlPixmapReply : public QObject +class Q_DECLARATIVE_EXPORT QmlPixmapReply : public QObject { Q_OBJECT public: @@ -87,7 +87,7 @@ private: friend class QmlPixmapCache; }; -class QmlPixmapCache +class Q_DECLARATIVE_EXPORT QmlPixmapCache { public: static QmlPixmapReply::Status get(const QUrl& url, QPixmap *pixmap); |