X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvThreadedFilter.h;h=11fa246abf61738d09e61b76a064cc4e5bee71c6;hb=74239248be7a5478e7beb10b2df15831cd3759a9;hp=ec3974f9cc9fba2f64291f60bb44c3fd60b2830b;hpb=ee318a6de9c515e567f56b84d3f3789ef0881810;p=clitk.git diff --git a/vv/vvThreadedFilter.h b/vv/vvThreadedFilter.h index ec3974f..11fa246 100644 --- a/vv/vvThreadedFilter.h +++ b/vv/vvThreadedFilter.h @@ -39,6 +39,9 @@ class vvThreadedFilter: public QThread public slots: void reject(); + + signals: + void ThreadInterrupted(); protected: void run();