ganeswidgets/tsrc/unit/hbautotest.cpp
changeset 19 31a1a9e11046
parent 8 15f034b8a3b5
--- a/ganeswidgets/tsrc/unit/hbautotest.cpp	Fri Sep 17 08:35:50 2010 +0300
+++ b/ganeswidgets/tsrc/unit/hbautotest.cpp	Mon Oct 04 02:07:13 2010 +0300
@@ -171,6 +171,12 @@
     qApp->notify((window->viewport()), &me2);
     QCoreApplication::sendPostedEvents();
 
+    if (delay!=-1) {
+        QTest::qWait(delay);
+    }
+    if (delay!=-1) {
+        QTest::qWait(delay);
+    }
     QTest::qWait(1);
     QTest::qWait(1);
 }