diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-07-31 05:36:20 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-07-31 05:36:20 (GMT) |
commit | 2776e24964a49c98bd807351ccdffebaed5e2eea (patch) | |
tree | 0c3504c36267cbbe00a1de34a0519d6a99509bec /src/declarative/extra | |
parent | fcabdbdf2867721a0925ade8c1dca6425b6aa632 (diff) | |
download | Qt-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.cpp | 2 |
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); |