Remove init() call from QQmlData's ctor.
authorCharles Yin <charles.yin@nokia.com>
Tue, 1 May 2012 04:32:04 +0000 (14:32 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 1 May 2012 05:34:12 +0000 (07:34 +0200)
commit01eb4d93c5894dbee6210712454a28e9fe9a680f
treeea715f5827c1ab50443eeb5a7acb468d0cba69db
parentf1061d771f7e50e1c393add545cef397b6ec9c8a
Remove init() call from QQmlData's ctor.

This static method only needs to be called once and is already called
in QQmlEnginePrivate::init() method.

Change-Id: If2ea46ed06dca068164116b3f0b04cc404a18fb5
Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
src/qml/qml/qqmldata_p.h
src/qml/qml/qqmlengine.cpp