Revert "Handle additional format ranges when itemizing."
authorPierre Rossi <pierre.rossi@digia.com>
Wed, 10 Oct 2012 16:57:05 +0000 (18:57 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 10 Oct 2012 21:27:03 +0000 (23:27 +0200)
commit9adf7fb708963c7bb27dc1fd54aa879395f6cf57
treea9b5ced9798522f921ac10fbeaf1bb8bea156042
parent361ab4fe86a375bf880536d161641a9725de70dd
Revert "Handle additional format ranges when itemizing."

This reverts commit 101d04681f4ceb7410681eae684534a206a9d90a.
That change seems to have introduced a few regressions, and
Creator hits an assertion that it introduced because it assumes
the additionalFormats consists of well-formed ranges
(QTCREATORBUG-7995).

Change-Id: Ic4ae761e6e7f6df8a6b5ca565ceb250647420c15
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
src/gui/text/qtextengine.cpp
tests/auto/gui/text/qtextlayout/tst_qtextlayout.cpp
tests/auto/widgets/widgets/qtextedit/tst_qtextedit.cpp
tests/benchmarks/gui/text/qtext/main.cpp