diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-05-25 23:24:07 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-05-25 23:24:07 (GMT) |
commit | 291dce4ceba88a6cada0415524e3466621ac1612 (patch) | |
tree | eaead18249b572bdaf9e8eb8436872f1f841cc2c /src/declarative/QmlChanges.txt | |
parent | 3501614b3797272dcbd683adcca4fdacc5b319e9 (diff) | |
download | Qt-291dce4ceba88a6cada0415524e3466621ac1612.zip Qt-291dce4ceba88a6cada0415524e3466621ac1612.tar.gz Qt-291dce4ceba88a6cada0415524e3466621ac1612.tar.bz2 |
Mention TextInput/Edit::selectByMouse property in QmlChanges.
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index 25c2417..3eed8d6 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -15,6 +15,7 @@ QList<QObject*> models no longer provide properties in model object. The properties are now updated when the object changes. An object's property "foo" may now be accessed as "foo", modelData.foo" or model.modelData.foo" component.createObject has gained a mandatory "parent" argument +TextEdit and TextInput now have a "selectByMouse" property that defaults to false. C++ API ------- |