X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvQProgressDialogITKCommand.h;h=72821b70cb8c9bf9c5ac42c48e264ec4c87484a1;hb=4480e52377d1150ca781c96e359b3164b65c3503;hp=14bda3837c0b8f2c4991932c654f31970f9b6dc5;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/vv/vvQProgressDialogITKCommand.h b/vv/vvQProgressDialogITKCommand.h index 14bda38..72821b7 100644 --- a/vv/vvQProgressDialogITKCommand.h +++ b/vv/vvQProgressDialogITKCommand.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef VVQPROGRESSDIALOGITKCOMMAND_H #define VVQPROGRESSDIALOGITKCOMMAND_H #include "itkCommand.h" @@ -22,6 +22,8 @@ // qt include #include +#include "clitkCommon.h" + class vvQProgressDialogITKCommand : public itk::Command { public: @@ -33,8 +35,8 @@ public: void Initialize(QString title, float sec, int max); - void Execute(itk::Object *caller, const itk::EventObject & event); - void Execute(const itk::Object *caller, const itk::EventObject & event); + void Execute(itk::Object *caller, const itk::EventObject & event) ITK_OVERRIDE; + void Execute(const itk::Object *caller, const itk::EventObject & event) ITK_OVERRIDE; protected: vvQProgressDialogITKCommand();