summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeimageprovider.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-04-16 04:54:19 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-04-16 05:09:29 (GMT)
commitba3f33401c97c5517abe19f4ea6f6307e4374c6c (patch)
tree0f5b75c49676e84bd48ff1ebeaae37662cf67634 /src/declarative/qml/qdeclarativeimageprovider.h
parent8693ed5a3fd0814802613c5a8a78b6802751bd0f (diff)
downloadQt-ba3f33401c97c5517abe19f4ea6f6307e4374c6c.zip
Qt-ba3f33401c97c5517abe19f4ea6f6307e4374c6c.tar.gz
Qt-ba3f33401c97c5517abe19f4ea6f6307e4374c6c.tar.bz2
More class documentation fixes for declarative.
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 50b73fe..cc9c9af 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, QSize *size, const QSize& requested_size) = 0;
+ virtual QImage request(const QString &id, QSize *size, const QSize& requestedSize) = 0;
};
QT_END_NAMESPACE