X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvQProgressDialogITKCommand.h;h=72821b70cb8c9bf9c5ac42c48e264ec4c87484a1;hb=6edda2a8b31b7345623e363dc27efd202aa59c9f;hp=8ac997924a0bd4a2fbd720f68b71001a51ab885e;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/vv/vvQProgressDialogITKCommand.h b/vv/vvQProgressDialogITKCommand.h index 8ac9979..72821b7 100644 --- a/vv/vvQProgressDialogITKCommand.h +++ b/vv/vvQProgressDialogITKCommand.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();