From 485cab89ad4e09e9b9ed53c4610529343a55ecf0 Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Wed, 31 Oct 2012 11:10:59 +0100 Subject: Removed show widgets functions to avoid problems in the auto builder. --- tests/client/qmltest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/client/qmltest.cpp b/tests/client/qmltest.cpp index 4e6f288..9854694 100644 --- a/tests/client/qmltest.cpp +++ b/tests/client/qmltest.cpp @@ -78,7 +78,6 @@ private Q_SLOTS: view->engine()->rootContext()->setContextProperty("globalBusName", MENU_SERVICE_NAME); view->engine()->rootContext()->setContextProperty("globalObjectPath", MENU_OBJECT_PATH); view->setSource(QUrl::fromLocalFile(LOADMODEL_QML)); - view->show(); QTest::qWait(500); view->engine()->rootContext()->setContextProperty("resetModel", true); QTest::qWait(500); @@ -100,7 +99,6 @@ private Q_SLOTS: view->engine()->rootContext()->setContextProperty("globalBusName", MENU_SERVICE_NAME); view->engine()->rootContext()->setContextProperty("globalObjectPath", MENU_OBJECT_PATH); view->setSource(QUrl::fromLocalFile(LOADMODEL2_QML)); - view->show(); QTest::qWait(500); m_script.unpublishMenu(); -- cgit v1.2.3