diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-12-14 06:47:55 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-12-14 06:47:55 (GMT) |
commit | 33dd183f27967250a10da235b0269a7af14751e9 (patch) | |
tree | 061f3e981ee7719554ad042661a9f3bec18b2e34 /src/declarative/util/qmlpixmapcache_p.h | |
parent | 25f5a3460cb2232c47af6cc5432956659d92eca5 (diff) | |
download | Qt-33dd183f27967250a10da235b0269a7af14751e9.zip Qt-33dd183f27967250a10da235b0269a7af14751e9.tar.gz Qt-33dd183f27967250a10da235b0269a7af14751e9.tar.bz2 |
Compile.
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); |