Create a copy of QTextControl in the QtDeclarative library.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Thu, 10 Nov 2011 04:58:17 +0000 (14:58 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 9 Dec 2011 09:20:35 +0000 (10:20 +0100)
commit5603019ea26d036f65e66ba290e7414121acd008
tree1ebd88df282a18558500e4bcbddc2a707d39ec6c
parent8724847a9e26e17852ee08b9b0d70b1d648661a0
Create a copy of QTextControl in the QtDeclarative library.

First half of a move of QTextControl from qtbase to qtdeclarative, some
time in the future QTextControl will be deleted from qtbase to finish
the move.

Task-number: QTBUG-22627

Change-Id: I72da2c71ab5b090e2a0a15219b81e522e97c541b
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/quick/items/items.pri
src/quick/items/qquicktextcontrol.cpp [new file with mode: 0644]
src/quick/items/qquicktextcontrol_p.h [new file with mode: 0644]
src/quick/items/qquicktextcontrol_p_p.h [new file with mode: 0644]
src/quick/items/qquicktextedit.cpp
src/quick/items/qquicktextedit_p_p.h
tests/auto/qtquick2/qquicktextedit/tst_qquicktextedit.cpp