Remove QTextControl and QLineControl.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Mon, 23 Jan 2012 06:34:33 +0000 (16:34 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 25 Jan 2012 21:35:12 +0000 (22:35 +0100)
commit4dae8c1aff6a4d83fdabe366c6711df7ff867887
tree5aea38f9b1f5fe701bf8c1d8ee63c88a5148c1fd
parentaee1f6cc413f56bf4962324799ee3887c3dd037f
Remove QTextControl and QLineControl.

QtWidgets and QtDeclarative now both have their own versions of these
so there's no need to keep them around any longer.

Change-Id: I9c2201c8495a0a0816e2af16c8f647fcad991479
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/gui/text/qabstracttextdocumentlayout.h
src/gui/text/qlinecontrol.cpp [deleted file]
src/gui/text/qlinecontrol_p.h [deleted file]
src/gui/text/qtextcontrol.cpp [deleted file]
src/gui/text/qtextcontrol_p.h [deleted file]
src/gui/text/qtextcontrol_p_p.h [deleted file]
src/gui/text/text.pri
tests/auto/widgets/graphicsview/qgraphicsitem/tst_qgraphicsitem.cpp
tests/benchmarks/gui/text/qtext/main.cpp