X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolCropImage.h;h=857deeb95f6c0534f7b14bfc5a4527f1f511f16c;hb=c7ed257e825d4049138e40a28c9f815d47647efd;hp=b806876d79476639ad8c7db613c18436dc7eb46e;hpb=668abd5376f649fba792239768eec55f3783613d;p=clitk.git diff --git a/vv/vvToolCropImage.h b/vv/vvToolCropImage.h index b806876..857deeb 100644 --- a/vv/vvToolCropImage.h +++ b/vv/vvToolCropImage.h @@ -17,9 +17,12 @@ ======================================================================-====*/ #ifndef VVTOOLCROPIMAGE_H #define VVTOOLCROPIMAGE_H + +//qt #include #include +// vv #include "vvToolBase.h" #include "vvToolWidgetBase.h" #include "vvMainWindowBase.h" @@ -48,8 +51,8 @@ public slots: void sliderYMaxValueChanged(int s); void sliderZMinValueChanged(int s); void sliderZMaxValueChanged(int s); - // void sliderTMinValueChanged(int s); - // void sliderTMaxValueChanged(int s); + void sliderTMinValueChanged(int s); + void sliderTMaxValueChanged(int s); void autoCropValueChanged(double v); //-----------------------------------------------------