summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeimageprovider.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-28 22:57:03 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-28 22:57:03 (GMT)
commita3868307c0e1584a1f694efc4a7b980b54c6e2b1 (patch)
tree54a19c5b8a357d057a8c9697b8429aed90973f60 /src/declarative/qml/qdeclarativeimageprovider.h
parent6b619af035a995cf16d977439995cf7c1c0d366e (diff)
downloadQt-a3868307c0e1584a1f694efc4a7b980b54c6e2b1.zip
Qt-a3868307c0e1584a1f694efc4a7b980b54c6e2b1.tar.gz
Qt-a3868307c0e1584a1f694efc4a7b980b54c6e2b1.tar.bz2
Source resizing for QDeclarativeImageProvider too.
(fixes test too)
Diffstat (limited to 'src/declarative/qml/qdeclarativeimageprovider.h')
-rw-r--r--src/declarative/qml/qdeclarativeimageprovider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativeimageprovider.h b/src/declarative/qml/qdeclarativeimageprovider.h
index 6ee7bcf..50b73fe 100644
--- a/src/declarative/qml/qdeclarativeimageprovider.h
+++ b/src/declarative/qml/qdeclarativeimageprovider.h
@@ -54,7 +54,7 @@ class Q_DECLARATIVE_EXPORT QDeclarativeImageProvider
{
public:
virtual ~QDeclarativeImageProvider();
- virtual QImage request(const QString &id) = 0;
+ virtual QImage request(const QString &id, QSize *size, const QSize& requested_size) = 0;
};
QT_END_NAMESPACE