From eb798a04c466f14af5817af6e65309c05e50c804 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Tue, 13 Sep 2011 11:57:58 +1000 Subject: [PATCH] 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 --- tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- 2.7.4