Use QWidgetLineControl in the QtQuick1 TextInput.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Thu, 10 Nov 2011 03:20:45 +0000 (13:20 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 2 Dec 2011 08:05:05 +0000 (09:05 +0100)
commit310d1c18f3462d5fc04efd69dc4a246a5819189d
tree86d35adcf6d460a186e0546ad562a212e01d05cb
parente32eb8ee5d413ab6a908c2e3274645a489cb9df2
Use QWidgetLineControl in the QtQuick1 TextInput.

QDeclarative1TextInput and QLineEdit have the same compatbility
requirements so it makes sense they continue sharing the same line
control implementation.  This allows the QtQuick 2 TextInput to diverge
without creating a third variation of QLineControl.

Task-number: QTBUG-22627
Change-Id: Ic06f66f1cb55e78f7129889a4877c3aba5ba72f6
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/qtquick1/graphicsitems/qdeclarativetextinput.cpp
src/qtquick1/graphicsitems/qdeclarativetextinput_p_p.h
tests/auto/qtquick1/qdeclarativetextinput/tst_qdeclarativetextinput.cpp