]> Creatis software - cpPlugins.git/blobdiff - appli/PipelineEditor/PipelineEditor.h
...
[cpPlugins.git] / appli / PipelineEditor / PipelineEditor.h
index 81a6d3dc1b9109952783088a418fe6b7dd6b4e3f..c5f12612fca2d41a95afbc6cd64f569258dec357 100644 (file)
@@ -13,24 +13,9 @@ class PipelineEditor_Blocker
   : public QObject
 {
 protected:
-  virtual bool eventFilter( QObject* obj, QEvent* event ) override;
+  virtual bool eventFilter( QObject* obj, QEvent* event ) ITK_OVERRIDE;
 };
 
-/*
-  class PipelineEditor;
-  struct PipelineEditor_Application
-  {
-  QApplication           Application;
-  PipelineEditor         Window;
-  PipelineEditor_Blocker Blocker;
-  PipelineEditor_Application( int argc, char* argv[] );
-  void Show( );
-  int Exec( );
-  void Block( );
-  void UnBlock( );
-  };
-*/
-
 // -------------------------------------------------------------------------
 namespace Ui
 {