Remove unused QTextCursor code from rewriter.
authorMatthew Vogt <matthew.vogt@nokia.com>
Thu, 8 Mar 2012 04:11:46 +0000 (14:11 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 9 Mar 2012 06:30:00 +0000 (07:30 +0100)
The rewriter previously supported rewriting operations on either
a QString or a QTextCursor.  In order to remove the dependency on
QtGui, remove the unused QTextCursor support.

Task-number: QTBUG-24559
Change-Id: I7a4acceff8097a8bd8c022db23b6b89d356e305a
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>

No differences found