QTextEngine: simplify the code a bit
authorKonstantin Ritt <ritt.ks@gmail.com>
Tue, 8 May 2012 11:24:17 +0000 (14:24 +0300)
committerQt by Nokia <qt-info@nokia.com>
Wed, 9 May 2012 00:28:49 +0000 (02:28 +0200)
commit7fbc80f0eb2325b6abc33286f02b065605eb4490
tree942395127bb6a8ac50c652d1706f6772ea7ec440
parent025d544caa93afd2bc9af5f0bf8cebd2d988cc24
QTextEngine: simplify the code a bit

by using QVarLengthArray so we can avoid the manual clean-up code.

Change-Id: I35e2f7150d777c1760f722553e6fe7a20f6ecc46
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
src/gui/text/qtextengine.cpp