summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxanimatedimageitem.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-06-11 23:46:39 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-06-11 23:46:39 (GMT)
commit74c18979b927ba3dd82ed3f5ca362428c61c2675 (patch)
tree9d3588bf393535034b6af21d6ba9c7201bc22ac5 /src/declarative/fx/qfxanimatedimageitem.h
parentf10791eb1c45b090f60a2c2ecca3cc5fd237278e (diff)
downloadQt-74c18979b927ba3dd82ed3f5ca362428c61c2675.zip
Qt-74c18979b927ba3dd82ed3f5ca362428c61c2675.tar.gz
Qt-74c18979b927ba3dd82ed3f5ca362428c61c2675.tar.bz2
More explicit QUrl <-> QString conversion.
Diffstat (limited to 'src/declarative/fx/qfxanimatedimageitem.h')
-rw-r--r--src/declarative/fx/qfxanimatedimageitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxanimatedimageitem.h b/src/declarative/fx/qfxanimatedimageitem.h
index a0d14c4..5d115d7 100644
--- a/src/declarative/fx/qfxanimatedimageitem.h
+++ b/src/declarative/fx/qfxanimatedimageitem.h
@@ -73,7 +73,7 @@ public:
int frameCount() const;
// Extends QFxImage's src property*/
- virtual void setSource(const QString&);
+ virtual void setSource(const QUrl&);
Q_SIGNALS:
void playingChanged();