diff options
Diffstat (limited to 'src/declarative/util')
-rw-r--r-- | src/declarative/util/qmlpixmapcache.cpp | 1 | ||||
-rw-r--r-- | src/declarative/util/qmlpixmapcache_p.h | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/declarative/util/qmlpixmapcache.cpp b/src/declarative/util/qmlpixmapcache.cpp index ef40c7f..85bf53c 100644 --- a/src/declarative/util/qmlpixmapcache.cpp +++ b/src/declarative/util/qmlpixmapcache.cpp @@ -55,6 +55,7 @@ #include <QThread> #include <QMutex> #include <QWaitCondition> +#include <QCustomEvent> #include <QtCore/qdebug.h> #include <private/qobject_p.h> 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); |