qt5base-lts/tests/benchmarks/gui/text
Marc Mutz 87d57d1994 Fix users of QTextLayout::additionalFormats to use the new API
QTextLayout::additionalFormats setters and getters using QList<FormatRange> have
been deprecated; port to the QVector versions.

Moved op== definition for FormatRange needed in tst_qsyntaxhighlighter.cpp
to a friend declaration in FormatRange itself, because MSVC 2008 doesn't find
it otherwise.

Change-Id: Ibab6589df057f02377d895079b56395859e3401e
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
2015-05-30 10:56:24 +00:00
..
qfontmetrics Update copyright headers 2015-02-11 06:49:51 +00:00
qtext Fix users of QTextLayout::additionalFormats to use the new API 2015-05-30 10:56:24 +00:00
text.pro