QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / qtquick2 / qquicktextinput / data / persistentSelection.qml
1 import QtQuick 2.0
2
3 TextInput {
4     property string selected: selectedText
5
6     text: "Hello World!"
7     focus: true
8 }