aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml')
-rw-r--r--examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml b/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml
index a6c339fd..11f0f306 100644
--- a/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml
+++ b/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml
@@ -106,8 +106,6 @@ ApplicationWindow {
selectionStart: textArea.selectionStart
selectionEnd: textArea.selectionEnd
// textColor: TODO
- // TODO: if we don't do this, e.g. the bold button won't be checked
- // when it should be (the title is bold)
Component.onCompleted: document.load("qrc:/texteditor.html")
onLoaded: {
textArea.text = text