Fixed tst_qgstextinput
authorToby Tomkins <toby.tomkins@nokia.com>
Tue, 13 Sep 2011 01:57:58 +0000 (11:57 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 13 Sep 2011 02:53:33 +0000 (04:53 +0200)
In commit e71904e231e27e6f6f88b35c4a7e2d7cf8ba2640, this was commented
out, this does not relate to the removal of v8 from declarative.
(related http://codereview.qt-project.org/#change,3093)

Change-Id: Idcc23e27577df6f53ddf256c1ea74bf7ecc5c351
Reviewed-on: http://codereview.qt-project.org/4621
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp

index d91a0c0..6138d1e 100644 (file)
@@ -2268,7 +2268,7 @@ public:
     virtual QSGNode *updatePaintNode(QSGNode *node, UpdatePaintNodeData *data)
     {
        nbPaint++;
-//       return QSGTextInput::updatePaintNode(node, data);
+       return QSGTextInput::updatePaintNode(node, data);
     }
     int nbPaint;
 };