Set IsDirect flag of property cache data if appropriate
authorKent Hansen <kent.hansen@nokia.com>
Thu, 11 Aug 2011 07:15:38 +0000 (09:15 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 11 Aug 2011 08:22:16 +0000 (10:22 +0200)
commit038619bf2c5e7d2c18a6f463cd994d8b3831e61f
treeca7a0ed34b0a04056b487f64b6c9fa38344f24b5
parentc595315fe45a2baf7a18262d76bb9eb1070d20b4
Set IsDirect flag of property cache data if appropriate

The IsDirect flag was only set in
QDeclarativePropertyCache::append(), but it should be
set in create() as well.

Change-Id: I43c980e5f7e01e44ade662c11c2daf7a9a44d299
Reviewed-on: http://codereview.qt.nokia.com/2844
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
src/declarative/qml/qdeclarativepropertycache.cpp