소스 검색

Revert mistakenly committed change

nherlambang 14 년 전
부모
커밋
98b978efb4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Libs/Widgets/Testing/Cpp/ctkThumbnailListWidgetTest1.cpp

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

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