summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-06-10 05:03:29 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-06-10 05:03:29 (GMT)
commit6b88d7152a72a3a6ba12cb6b4eeeecc1a0c24c51 (patch)
treef4a61bb049df2d3c83ce50bcd85b9772fc115251 /src/declarative/qml/qmlcompiler_p.h
parent5c24620b91ee57629b4356885f8b5517e3d82e32 (diff)
downloadQt-6b88d7152a72a3a6ba12cb6b4eeeecc1a0c24c51.zip
Qt-6b88d7152a72a3a6ba12cb6b4eeeecc1a0c24c51.tar.gz
Qt-6b88d7152a72a3a6ba12cb6b4eeeecc1a0c24c51.tar.bz2
Improve list assignment performance
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r--src/declarative/qml/qmlcompiler_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h
index 6b6d8cb..3b1a496 100644
--- a/src/declarative/qml/qmlcompiler_p.h
+++ b/src/declarative/qml/qmlcompiler_p.h
@@ -179,6 +179,8 @@ private:
struct BindingReference;
void finalizeBinding(const BindingReference &);
+ bool canConvert(int, QmlParser::Object *);
+
struct IdReference {
QString id;
QmlParser::Object *object;