X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvThreadedFilter.cxx;h=0a074f37e312b31ed4528224830a1d8d3ad40217;hb=f57924a2649534451ac1ae5a2bdc63e0b6a0092d;hp=0262126b71f9c666d613d0d49eb71ae0a82d50af;hpb=f5e983965940b49d5724d825584e5c67220fc3d6;p=clitk.git diff --git a/vv/vvThreadedFilter.cxx b/vv/vvThreadedFilter.cxx index 0262126..0a074f3 100644 --- a/vv/vvThreadedFilter.cxx +++ b/vv/vvThreadedFilter.cxx @@ -70,7 +70,7 @@ void vvThreadedFilter::Update() } temp = m_FilterBase->GetCurrentStepName(); } - this->wait(200); // in milisecond + this->wait(200); // in miliseconds qApp->processEvents(); } }