Fix updating of QML Text element
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Wed, 25 Jan 2012 14:36:20 +0000 (15:36 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 26 Jan 2012 14:35:18 +0000 (15:35 +0100)
commite490a021ffe6be39e5942e57aa82f02977efe72d
treec125ea91804d40a150c32ec025a0eef51cfb22ae
parent40c8da550cac90460970f1dbdca1e6f02be99a8c
Fix updating of QML Text element

The negation in the test was left over from an earlier API and
would break the test and most likely cause the Text element to
always bypass its update.

Change-Id: Idc5c94a76a0477a9433305f5aba43c4bb8d67806
Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
src/quick/items/qquicktext.cpp