]> Creatis software - clitk.git/blobdiff - vv/vvQProgressDialogITKCommand.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvQProgressDialogITKCommand.h
index 8ac997924a0bd4a2fbd720f68b71001a51ab885e..72821b70cb8c9bf9c5ac42c48e264ec4c87484a1 100644 (file)
@@ -22,6 +22,8 @@
 // qt include
 #include <QProgressDialog>
 
+#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();