diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-11-03 05:31:07 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-11-03 05:32:28 (GMT) |
commit | c8be1c487994fda855b9f2dc7c005db4686981c0 (patch) | |
tree | 2629236ce0cbfdc94ac454a14368f0a46bca42d7 /src/declarative/graphicsitems/qmlgraphicsimage_p_p.h | |
parent | 43c15688888b433d6d3c01c0d68168fec81cf06a (diff) | |
download | Qt-c8be1c487994fda855b9f2dc7c005db4686981c0.zip Qt-c8be1c487994fda855b9f2dc7c005db4686981c0.tar.gz Qt-c8be1c487994fda855b9f2dc7c005db4686981c0.tar.bz2 |
Get AnimatedImage + autotests working again.
There are still failures, but at least the tests no longer crash.
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicsimage_p_p.h')
-rw-r--r-- | src/declarative/graphicsitems/qmlgraphicsimage_p_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicsimage_p_p.h b/src/declarative/graphicsitems/qmlgraphicsimage_p_p.h index 62a4d1e..f6b4e51 100644 --- a/src/declarative/graphicsitems/qmlgraphicsimage_p_p.h +++ b/src/declarative/graphicsitems/qmlgraphicsimage_p_p.h @@ -69,7 +69,7 @@ public: } QmlGraphicsImage::FillMode fillMode; - + void setPixmap(const QPixmap &pix); }; QT_END_NAMESPACE |