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 | |
parent | 25f5a3460cb2232c47af6cc5432956659d92eca5 (diff) | |
download | Qt-33dd183f27967250a10da235b0269a7af14751e9.zip Qt-33dd183f27967250a10da235b0269a7af14751e9.tar.gz Qt-33dd183f27967250a10da235b0269a7af14751e9.tar.bz2 |
Compile.
Diffstat (limited to 'src')
-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); |