Pārlūkot izejas kodu

COMP: Restore the timer associated to the test ctkTransferFunctionWidgetTest1

Julien Finet 15 gadi atpakaļ
vecāks
revīzija
67c5f87369

+ 1 - 1
Libs/Visualization/VTK/Widgets/Testing/Cpp/ctkTransferFunctionWidgetTest1.cpp

@@ -53,6 +53,6 @@ int ctkTransferFunctionWidgetTest1(int argc, char * argv [] )
   //ctkTransferFunctionWidget* toto = new ctkTransferFunctionWidget();
   QTimer autoExit;
   QObject::connect(&autoExit, SIGNAL(timeout()), &app, SLOT(quit()));
-  //autoExit.start(1000);
+  autoExit.start(1000);
   return app.exec();
 }