summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_qtscript.js
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2011-04-14 09:26:28 (GMT)
committerOlivier Goffart <olivier.goffart@nokia.com>2011-04-14 09:26:28 (GMT)
commit95e2bf3d87543da8caabd090057da818ccf2ca4c (patch)
treeea009e17607addf1bd29761faa09d061bd6679e0 /doc/src/snippets/code/doc_src_qtscript.js
parent2da25f1ab075c8fbaf7b82fb10b4868db30a7c18 (diff)
downloadQt-95e2bf3d87543da8caabd090057da818ccf2ca4c.zip
Qt-95e2bf3d87543da8caabd090057da818ccf2ca4c.tar.gz
Qt-95e2bf3d87543da8caabd090057da818ccf2ca4c.tar.bz2
Fix qstringbuilder4 test on mac
The behaviour is different with or without QT_FAST_OPERATOR_PLUS And since on old gcc it is not defined, then the test fails. With the normal operator+, the bytearray will first be converted to a QString, and loose everything that is after \0, but now, with QStringBuilder, we do not do QString conversion anymore, so no data is lost. We do not want to specify the behaviour here, so we remove the test. Reviewed-by: Joao
Diffstat (limited to 'doc/src/snippets/code/doc_src_qtscript.js')
0 files changed, 0 insertions, 0 deletions