diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-11-25 06:28:38 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-11-25 06:28:38 (GMT) |
commit | b74e226c09bc37043a06b24029e0e22e4f3cdd16 (patch) | |
tree | 11bd335cd176eac754c5ea5af8ae41cec74d22c0 /src/declarative/qml/qmlcomponent.cpp | |
parent | 1c9dcb09b79d77bc7d4958e1393437597892bb0b (diff) | |
download | Qt-b74e226c09bc37043a06b24029e0e22e4f3cdd16.zip Qt-b74e226c09bc37043a06b24029e0e22e4f3cdd16.tar.gz Qt-b74e226c09bc37043a06b24029e0e22e4f3cdd16.tar.bz2 |
Small doc fixes.
Diffstat (limited to 'src/declarative/qml/qmlcomponent.cpp')
-rw-r--r-- | src/declarative/qml/qmlcomponent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlcomponent.cpp b/src/declarative/qml/qmlcomponent.cpp index 7f8836a..5f8b816 100644 --- a/src/declarative/qml/qmlcomponent.cpp +++ b/src/declarative/qml/qmlcomponent.cpp @@ -112,9 +112,9 @@ Item { \qml Rectangle { - Component.onCompleted: print("Completed Running!") + Component.onCompleted: console.log("Completed Running!") Rectangle { - Component.onCompleted: print("Nested Completed Running!") + Component.onCompleted: console.log("Nested Completed Running!") } } \endqml |