summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-07-31 05:36:20 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-07-31 05:36:20 (GMT)
commit2776e24964a49c98bd807351ccdffebaed5e2eea (patch)
tree0c3504c36267cbbe00a1de34a0519d6a99509bec /src/declarative/extra
parentfcabdbdf2867721a0925ade8c1dca6425b6aa632 (diff)
downloadQt-2776e24964a49c98bd807351ccdffebaed5e2eea.zip
Qt-2776e24964a49c98bd807351ccdffebaed5e2eea.tar.gz
Qt-2776e24964a49c98bd807351ccdffebaed5e2eea.tar.bz2
Other minor API review changes.
Diffstat (limited to 'src/declarative/extra')
-rw-r--r--src/declarative/extra/qfxanimatedimageitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qfxanimatedimageitem.cpp b/src/declarative/extra/qfxanimatedimageitem.cpp
index 44a1d67..daacdac 100644
--- a/src/declarative/extra/qfxanimatedimageitem.cpp
+++ b/src/declarative/extra/qfxanimatedimageitem.cpp
@@ -197,7 +197,7 @@ void QFxAnimatedImageItem::setSource(const QUrl &url)
if (url.isEmpty()) {
delete d->_movie;
- d->status = Idle;
+ d->status = Null;
} else {
d->status = Loading;
QNetworkRequest req(d->url);