aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmldata_p.h
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2012-05-01 14:32:04 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-01 07:34:12 +0200
commit01eb4d93c5894dbee6210712454a28e9fe9a680f (patch)
treeea715f5827c1ab50443eeb5a7acb468d0cba69db /src/qml/qml/qqmldata_p.h
parentf1061d771f7e50e1c393add545cef397b6ec9c8a (diff)
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>
Diffstat (limited to 'src/qml/qml/qqmldata_p.h')
-rw-r--r--src/qml/qml/qqmldata_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmldata_p.h b/src/qml/qml/qqmldata_p.h
index ffaa7e2cb5..0686830dcd 100644
--- a/src/qml/qml/qqmldata_p.h
+++ b/src/qml/qml/qqmldata_p.h
@@ -83,7 +83,6 @@ public:
bindings(0), signalHandlers(0), nextContextObject(0), prevContextObject(0), bindingBitsSize(0), bindingBits(0),
lineNumber(0), columnNumber(0), deferredComponent(0), deferredIdx(0), v8objectid(0),
propertyCache(0), guards(0), extendedData(0) {
- init();
}
static inline void init() {