Reduce memory by not calling QUrl::toString() multiple times
authorAaron Kennedy <aaron.kennedy@nokia.com>
Thu, 16 Feb 2012 14:10:12 +0000 (14:10 +0000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 20 Feb 2012 15:25:40 +0000 (16:25 +0100)
commitd1c2fb2e33f687ca883c67bcd5e0d73d1de32bdc
tree43bd7633c2191901f881203a0f0a7b2a7a74c04a
parent08566134e96971a8e8552a10ca7d6f31fca8a618
Reduce memory by not calling QUrl::toString() multiple times

Change-Id: I57ce25f4e20cac048ff507a8c195b83adc30040d
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
13 files changed:
src/declarative/qml/qdeclarativecompiler.cpp
src/declarative/qml/qdeclarativecontext.cpp
src/declarative/qml/qdeclarativecontext_p.h
src/declarative/qml/qdeclarativeimport.cpp
src/declarative/qml/qdeclarativeimport_p.h
src/declarative/qml/qdeclarativescript.cpp
src/declarative/qml/qdeclarativescript_p.h
src/declarative/qml/qdeclarativetypeloader.cpp
src/declarative/qml/qdeclarativetypeloader_p.h
src/declarative/qml/qdeclarativevme.cpp
src/declarative/qml/qdeclarativevmemetaobject.cpp
src/declarative/qml/v4/qv4bindings.cpp
src/quick/util/qdeclarativeconnections.cpp