diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-10-31 11:10:59 +0100 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-10-31 11:10:59 +0100 |
commit | 485cab89ad4e09e9b9ed53c4610529343a55ecf0 (patch) | |
tree | 661346d5daa331c00e1940479b12bc4feaf81d3f /tests | |
parent | 89f52ae80a061cd40d5b927e292401a501359e77 (diff) | |
download | qmenumodel-485cab89ad4e09e9b9ed53c4610529343a55ecf0.tar.gz qmenumodel-485cab89ad4e09e9b9ed53c4610529343a55ecf0.tar.bz2 qmenumodel-485cab89ad4e09e9b9ed53c4610529343a55ecf0.zip |
Removed show widgets functions to avoid problems in the auto builder.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client/qmltest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |