瀏覽代碼

CTest non-interactive mode re-enabled

Miklos Espak 14 年之前
父節點
當前提交
335abd65cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Libs/Widgets/Testing/Cpp/ctkCheckablePushButtonTest1.cpp

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

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