Create a copy of QLineControl in the QtDeclarative library.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Thu, 10 Nov 2011 04:19:32 +0000 (14:19 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 12 Dec 2011 11:56:20 +0000 (12:56 +0100)
commit3f83388dba250778a265c4c6c35bd32679123832
tree5b482a9b436b35124982b3907eb095f794d35aff
parent6462526df9eff416c3ab1dcd111a3e7c7751615d
Create a copy of QLineControl in the QtDeclarative library.

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

Task-number: QTBUG-22627
Change-Id: I0c3449f57f1a3296a0ff52f2b9a1a78041ae28b2
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
src/quick/items/items.pri
src/quick/items/qquicklinecontrol.cpp [new file with mode: 0644]
src/quick/items/qquicklinecontrol_p.h [new file with mode: 0644]
src/quick/items/qquicktextinput.cpp
src/quick/items/qquicktextinput_p_p.h
tests/auto/qtquick2/qquicktextinput/tst_qquicktextinput.cpp