diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-01 00:56:54 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-01 00:56:54 (GMT) |
commit | 7ea7efcd67a739a58b1fcd5fe9cf07765ec92860 (patch) | |
tree | 70e6ec920170d150666395c37d9ad5d6edbcd4c4 /src/declarative/util/qmlstateoperations.cpp | |
parent | 5b548025ca353fa2f512356d0969b096b5b705e1 (diff) | |
download | Qt-7ea7efcd67a739a58b1fcd5fe9cf07765ec92860.zip Qt-7ea7efcd67a739a58b1fcd5fe9cf07765ec92860.tar.gz Qt-7ea7efcd67a739a58b1fcd5fe9cf07765ec92860.tar.bz2 |
Support multiline string literals when assigned directly to a QML property
For example, this is now allowed:
Text {
text: "Hello
World"
}
but this isn't as bindings are "real" javascript:
Text {
text: "Big " + "Hello
World"
}
Diffstat (limited to 'src/declarative/util/qmlstateoperations.cpp')
0 files changed, 0 insertions, 0 deletions