summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-12-03 07:30:00 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-12-03 07:30:00 (GMT)
commitcbe67bfd443bc4315c16245fda364ae0b2e7af51 (patch)
tree049aab9cef93e81f50086f049bf00b9e94155274 /src/declarative/qml/qmlcompiler_p.h
parentc901e373c8402d2542b708831deb4a5773624b1b (diff)
downloadQt-cbe67bfd443bc4315c16245fda364ae0b2e7af51.zip
Qt-cbe67bfd443bc4315c16245fda364ae0b2e7af51.tar.gz
Qt-cbe67bfd443bc4315c16245fda364ae0b2e7af51.tar.bz2
Optimization: Use QString, not QUrl in QmlBinding
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r--src/declarative/qml/qmlcompiler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h
index 298719f..8c48c63 100644
--- a/src/declarative/qml/qmlcompiler_p.h
+++ b/src/declarative/qml/qmlcompiler_p.h
@@ -79,7 +79,7 @@ public:
QmlCompiledData();
virtual ~QmlCompiledData();
- QByteArray name;
+ QString name;
QUrl url;
QmlEnginePrivate::Imports imports;
QmlTypeNameCache *importCache;