Explorar o código

Try a longer timer to see if widgets got painted

Julien Finet %!s(int64=14) %!d(string=hai) anos
pai
achega
f027657d7c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Libs/Widgets/Testing/Cpp/ctkCheckableHeaderViewTest1.cpp

+ 1 - 1
Libs/Widgets/Testing/Cpp/ctkCheckableHeaderViewTest1.cpp

@@ -251,7 +251,7 @@ int ctkCheckableHeaderViewTest1(int argc, char * argv [] )
 
   if (argc < 2 || QString(argv[1]) != "-I" )
     {
-    QTimer::singleShot(200, &app, SLOT(quit()));
+    QTimer::singleShot(500, &app, SLOT(quit()));
     }
   
   return app.exec();