aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/methods
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2016-12-21 14:33:32 +0100
committerNico Vertriest <nico.vertriest@theqtcompany.com>2017-01-09 09:38:14 +0000
commita0ed2b0ef3f9259f245294c59e6f4695f29caddd (patch)
treeaa4a4d461fef15604733bbd8e41672e73c8cb6d8 /examples/qml/referenceexamples/methods
parent27ea28b0f451076e773f9dc78babfdd799c3e0d8 (diff)
Doc: added specs to Extending QML - Methods Example
Change-Id: I7386c2bd738776455a71bde8cffdcedb9e292b24 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/qml/referenceexamples/methods')
-rw-r--r--examples/qml/referenceexamples/methods/example.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qml/referenceexamples/methods/example.qml b/examples/qml/referenceexamples/methods/example.qml
index 58985c5d5f..197e6007e1 100644
--- a/examples/qml/referenceexamples/methods/example.qml
+++ b/examples/qml/referenceexamples/methods/example.qml
@@ -38,6 +38,7 @@
**
****************************************************************************/
+// ![0]
import QtQuick 2.0
import People 1.0
@@ -52,7 +53,6 @@ BirthdayParty {
Person { name: "Anne Brown" }
]
-// ![0]
Component.onCompleted: invite("William Green")
-// ![0]
}
+// ![0]