summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/speech/quickspeech/main.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/speech/quickspeech/main.qml b/examples/speech/quickspeech/main.qml
index 8e069e4..2ad7895 100644
--- a/examples/speech/quickspeech/main.qml
+++ b/examples/speech/quickspeech/main.qml
@@ -39,12 +39,6 @@ ApplicationWindow {
}
}
//! [stateChanged]
-
-//! [sayingWord]
- onSayingWord: (start, length)=> {
- input.select(start, start + length)
- }
-//! [sayingWord]
}
ColumnLayout {