Allow " in QQuickStyledText
authorJohn Brooks <john.brooks@jollamobile.com>
Thu, 24 Oct 2013 02:56:08 +0000 (20:56 -0600)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 24 Oct 2013 08:04:12 +0000 (10:04 +0200)
commitaa1760f84bd711cf56159075630fb71d38a4087b
tree8800262dbadf32ddb49280caee615e0c92f796cf
parentd61b94bcf8b12cbe397bae849196ce37d6fddf97
Allow &quot; in QQuickStyledText

QString::toHtmlEscaped generates &quot;. QQuickStyledText should be
symmetrical with that function.

Change-Id: I67ea0abe446b5fa1edb53258dca58b84af910e28
Reviewed-by: Martin Jones <martin.jones@jollamobile.com>
src/quick/util/qquickstyledtext.cpp
tests/auto/quick/qquickstyledtext/tst_qquickstyledtext.cpp