diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-29 06:00:33 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-29 06:00:33 (GMT) |
commit | a915df4fa1217d2670348029d2d9fb709118ddc2 (patch) | |
tree | afcd405b2a046a6d2dbce9be4b3e6559eb9dfbdc /src/declarative/qml/qmlparserstatus.cpp | |
parent | 9abd22080de9898a5edf0cb4d9973d3ce611af62 (diff) | |
download | Qt-a915df4fa1217d2670348029d2d9fb709118ddc2.zip Qt-a915df4fa1217d2670348029d2d9fb709118ddc2.tar.gz Qt-a915df4fa1217d2670348029d2d9fb709118ddc2.tar.bz2 |
Get rid of classComplete.
componentComplete is always what is wanted.
Diffstat (limited to 'src/declarative/qml/qmlparserstatus.cpp')
-rw-r--r-- | src/declarative/qml/qmlparserstatus.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/declarative/qml/qmlparserstatus.cpp b/src/declarative/qml/qmlparserstatus.cpp index fceac05..0d262ca 100644 --- a/src/declarative/qml/qmlparserstatus.cpp +++ b/src/declarative/qml/qmlparserstatus.cpp @@ -69,14 +69,6 @@ void QmlParserStatus::classBegin() } /*! - Invoked after all properties have been set to their static values. At this - point bindings are still to be evaluated. -*/ -void QmlParserStatus::classComplete() -{ -} - -/*! Invoked after the root component that caused this instantiation has completed construction. At this point all static values and binding values have been assigned to the class. |