From: Toby Tomkins Date: Tue, 13 Sep 2011 01:57:58 +0000 (+1000) Subject: Fixed tst_qgstextinput X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=eb798a04c466f14af5817af6e65309c05e50c804;p=konrad%2Fqtdeclarative.git Fixed tst_qgstextinput 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 Reviewed-by: Rohan McGovern --- diff --git a/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp b/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp index d91a0c0..6138d1e 100644 --- a/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp +++ b/tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp @@ -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; };